Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add shebang to script #13

Open
tenzap opened this issue Mar 1, 2023 · 0 comments
Open

Add shebang to script #13

tenzap opened this issue Mar 1, 2023 · 0 comments

Comments

@tenzap
Copy link

tenzap commented Mar 1, 2023

Please apply this patch

--- a/build_ir_asm.sh
+++ b/build_ir_asm.sh
@@ -1 +1,2 @@
+#!/bin/sh
 RUSTFLAGS="--emit llvm-ir,asm" cargo build --release
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant