diff --git a/src/build.jl b/src/build.jl index 0f147da..8e10598 100644 --- a/src/build.jl +++ b/src/build.jl @@ -241,7 +241,7 @@ function cmd_script( push!(script, "-O$optimize") push!(script, "--startup-file=no") - push!(script, "-- $shadow \$@") + push!(script, "-- $shadow \"\$@\"") return join(script, " \\\n ") end