shellcheck: Fix issues in the git-*.sh scripts

Fixes bug 32402; bugfix on 0.4.2.1-alpha.
Obviously correct changes to already reviewed code.
This commit is contained in:
teor
2019-11-06 15:52:18 +10:00
parent 57baea701f
commit 7f23d47f72
4 changed files with 16 additions and 12 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
SCRIPT_NAME=`basename $0`
SCRIPT_NAME=$(basename "$0")
function usage()
{