Cleaned up rust build script to be more default install friendly with echo rather than printf
This commit is contained in:
parent
8d8fadc364
commit
805dd5419d
1 changed files with 3 additions and 3 deletions
|
@ -1,8 +1,8 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
printf "Entering build directory\n"
|
echo -e "Entering build directory\n"
|
||||||
cd in_development/rust/osupdater/
|
cd in_development/rust/osupdater/
|
||||||
printf "Building osupdater\n"
|
echo -e "Building osupdater\n"
|
||||||
cargo build -r
|
cargo build -r
|
||||||
printf "Copying binary to git root\n"
|
echo -e "Copying binary to git root\n"
|
||||||
cp target/release/osupdater ../../../osupdater
|
cp target/release/osupdater ../../../osupdater
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue