Skip to content
This repository has been archived by the owner on Dec 2, 2021. It is now read-only.

Commit

Permalink
fix bash script
Browse files Browse the repository at this point in the history
  • Loading branch information
Roger-luo committed May 26, 2021
1 parent 6444e79 commit 613fdd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/build.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 613fdd4

Please sign in to comment.