Skip to content
Snippets Groups Projects
Commit 0d250182 authored by Lennard Gäher's avatar Lennard Gäher
Browse files

fix script

parent b44e3bc2
No related branches found
No related tags found
No related merge requests found
Pipeline #93194 passed
......@@ -88,7 +88,7 @@ case "$COMMAND" in
install|install-debug)
# "--locked" to respect the Cargo.lock file if it exists,
# "--offline" to avoid querying the registry (for yanked packages).
cd translation; cargo install $CARGO_INSTALL_FLAGS --path "$RRDIR" --force --locked --offline "$@"
cd translation; cargo install $CARGO_INSTALL_FLAGS --path "$RRDIR" --force --locked --offline "$@"
;;
check|check-debug)
# Check, and let caller control flags.
......@@ -110,7 +110,7 @@ run|run-debug)
cargo build $CARGO_BUILD_FLAGS
find_sysroot
# Then run the actual command.
exec cargo run $CARGO_BUILD_FLAGS --bin frontend -- --sysroot "$RR_SYSROOT" "$@"
exec cargo run $CARGO_BUILD_FLAGS --bin refinedrust_translate -- --sysroot "$RR_SYSROOT" "$@"
;;
*)
if [ -n "$COMMAND" ]; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment