aboutsummaryrefslogtreecommitdiffstats
path: root/tool
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-10-06 12:15:00 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-10-06 12:15:00 +0000
commitc70cffe97c86f80abb35212facb7539998972275 (patch)
treecd60542159aaf41fb0ebbf0d65362cf72a9773a9 /tool
parentbad843bcb0146c78ae8309c2f05b07edac892e9d (diff)
downloadruby-c70cffe97c86f80abb35212facb7539998972275.tar.gz
Fix cmd is referenced but not assigned
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56364 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'tool')
-rwxr-xr-xtool/bisect.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tool/bisect.sh b/tool/bisect.sh
index 07d7bdbb2b..d486c9cfc6 100755
--- a/tool/bisect.sh
+++ b/tool/bisect.sh
@@ -38,7 +38,7 @@ case $1 in
echo foo bar
;;
* )
- echo unknown command "'$cmd'" 1>&2
+ echo unknown command "'$1'" 1>&2
exit 1
;;
esac