Skip to content

Commit

Permalink
Minor issue with shebang.
Browse files Browse the repository at this point in the history
  • Loading branch information
viferga committed Oct 17, 2024
1 parent 53abd1d commit 7836ff1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metacall.rb
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ def install
system "cmake", *args, ".."
system "cmake", "--build", ".", "--target", "install"

shebang = "\#!/usr/bin/env bash\n"
shebang = "#!/usr/bin/env bash\n"
# debug = "set -euxo pipefail\n"

metacall_extra = [
Expand Down

0 comments on commit 7836ff1

Please sign in to comment.