foxygoat / git-scripts

0 stars 1 forks source link

git-pr-merge: Fix shellcheck warnings #14

Closed camh- closed 4 years ago

camh- commented 4 years ago

Declare the variables that we read from the git config as shellcheck cannot tell they are set as they are set dynamically with eval.

This gets rid of the SC2154: var is referenced but not assigned. error from shellcheck.