1
0
Fork 0

Quote everything

This commit is contained in:
John Barnette 2013-01-21 16:46:37 -08:00
parent 8f74c6f8e3
commit d0c7c1f797
1 changed files with 1 additions and 2 deletions

View File

@ -11,6 +11,5 @@ SCRIPT=$(basename "$0")
rm -rf .bundle/{binstubs,config}
bundle install --binstubs "$BIN" --path .bundle --quiet && "$CARDBOARD" bootstrap
[ "$SCRIPT" = "bootstrap" ] || exec $CARDBOARD "$SCRIPT" "$@"
[ "$SCRIPT" = "bootstrap" ] || exec "$CARDBOARD" "$SCRIPT" "$@"