summaryrefslogtreecommitdiff
path: root/tool/bisect.sh
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
commit1c513d70b3f4bbc60058cc8fe4a2c8abcfbc7e62 (patch)
treecd60542159aaf41fb0ebbf0d65362cf72a9773a9 /tool/bisect.sh
parentd3cde81666e0b5ff91b6c2437b8840d883f2ac3e (diff)
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/bisect.sh')
-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