Closed camh- closed 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.
eval.
This gets rid of the SC2154: var is referenced but not assigned. error from shellcheck.
SC2154: var is referenced but not assigned.
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.