This website requires JavaScript.
Explore
Help
Register
Sign In
rust-lang
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Actions
2
Packages
Projects
Releases
Wiki
Activity
Files
c653430714e28dea3b39118fd9f05ab8d2bc33ab
rust
/
compiler
/
rustc_codegen_cranelift
/
test.sh
3 lines
32 B
Bash
Raw
Normal View
History
Unescape
Escape
Use plain sh for y.sh, test.sh and clean_all.sh FreeBSD by default doesn't install bash.
2024-09-12 19:35:48 +00:00
#!/bin/sh
Allow building the build system using cargo Rust's build system only handles cargo, not rustc.
2023-02-15 18:23:11 +00:00
exec
./y.sh
test
"
$@
"
Reference in New Issue
Copy Permalink