Fix cmd is referenced but not assigned
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56364 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
d3cde81666
commit
1c513d70b3
@ -38,7 +38,7 @@ case $1 in
|
|||||||
echo foo bar
|
echo foo bar
|
||||||
;;
|
;;
|
||||||
* )
|
* )
|
||||||
echo unknown command "'$cmd'" 1>&2
|
echo unknown command "'$1'" 1>&2
|
||||||
exit 1
|
exit 1
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
Loading…
x
Reference in New Issue
Block a user