summaryrefslogtreecommitdiffstats
path: root/rfc.sh
diff options
context:
space:
mode:
Diffstat (limited to 'rfc.sh')
-rwxr-xr-xrfc.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/rfc.sh b/rfc.sh
index 5da88b651b1..31fdce3f3c9 100755
--- a/rfc.sh
+++ b/rfc.sh
@@ -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