From 292c0080d69ca025b90c6623b536de35ecefa8f6 Mon Sep 17 00:00:00 2001 From: Andrew Phillips Date: Mon, 18 Sep 2023 14:29:24 +0000 Subject: [PATCH] Rename keep-rust to keep (part 2) --- build-static.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-static.bash b/build-static.bash index 9ba672e..a74250d 100755 --- a/build-static.bash +++ b/build-static.bash @@ -4,4 +4,4 @@ set -ex export RUSTFLAGS='-C target-feature=+crt-static' cargo build --release --target x86_64-unknown-linux-gnu -cp target/x86_64-unknown-linux-gnu/release/keep-rust ./ +cp target/x86_64-unknown-linux-gnu/release/keep ./