Quote everything
This commit is contained in:
parent
8f74c6f8e3
commit
d0c7c1f797
1 changed files with 1 additions and 2 deletions
|
@ -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" "$@"
|
||||
|
|
Loading…
Reference in a new issue