diff --git a/metacall.rb b/metacall.rb index 1abe7cb..56bbce9 100644 --- a/metacall.rb +++ b/metacall.rb @@ -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 = [