diff --git a/bin/arc b/bin/arc index 059a5cbe..e125698b 100755 --- a/bin/arc +++ b/bin/arc @@ -18,4 +18,4 @@ while [ -h "$SOURCE" ]; do done; DIR="$(cd -P "$(dirname "$SOURCE")" && pwd)" -exec $DIR/../scripts/arcanist.php "$@" +exec "$DIR/../scripts/arcanist.php" "$@"