summaryrefslogtreecommitdiff
path: root/git-shell-commands/mkrepo
diff options
context:
space:
mode:
Diffstat (limited to 'git-shell-commands/mkrepo')
-rwxr-xr-xgit-shell-commands/mkrepo2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-shell-commands/mkrepo b/git-shell-commands/mkrepo
index 94c3912..ecadb00 100755
--- a/git-shell-commands/mkrepo
+++ b/git-shell-commands/mkrepo
@@ -13,7 +13,7 @@ set -e
PREFIX="$HOME/repos"
if [ $# -lt 1 ]; then
- echo "Usage: $(basename $0) <repo name> [description]"
+ echo "Usage: $(basename "$0") <repo name> [description]"
exit 1;
fi