Skip to content

Commit

Permalink
quote arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
glensc committed Dec 9, 2018
1 parent f639d53 commit 99e3a3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git-fire
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ EOF
}


case $1 in
case "$1" in
-V|--version) version; exit 0 ;;
-h|--help) display_help; exit 0 ;;
esac
Expand Down

0 comments on commit 99e3a3a

Please sign in to comment.