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