Shift typo.
This commit is contained in:
parent
6e72bf2dad
commit
318c4fedfc
|
@ -2,7 +2,7 @@
|
|||
|
||||
run() {
|
||||
exe="gracket"
|
||||
if [ "x$1" = "x-t" ]; then exe="racket"; fi
|
||||
if [ "x$1" = "x-t" ]; then exe="racket"; shift; fi
|
||||
"$exe" "$1"
|
||||
echo "done:--- $1 ---"
|
||||
echo ""
|
||||
|
|
Loading…
Reference in New Issue
Block a user