mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 14:55:26 +00:00
6 lines
114 B
Bash
Executable File
6 lines
114 B
Bash
Executable File
#!/bin/sh
|
|
|
|
set -e
|
|
echo "[BUILD] build system" 1>&2
|
|
exec cargo run --manifest-path build_system/Cargo.toml -- "$@"
|