diff options
-rwxr-xr-x | rfc.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ while getopts "v" opt; do case $opt in v) # Verbose mode - function git () { >&2 echo "git $@" && `which git` $@; } + git () { >&2 echo "git $@" && `which git` $@; } ;; esac done |