1
0
mirror of https://github.com/uutils/coreutils synced 2024-07-03 07:58:37 +00:00

set environmental variable to right value

This commit is contained in:
Ulrich Hornung 2024-02-10 15:43:36 +01:00
parent da139c9524
commit ce04315424
No known key found for this signature in database
GPG Key ID: 64EA3BAAF1BC0603

View File

@ -5,7 +5,7 @@
echo "PATH: $PATH"
export PATH=$HOME/.cargo/bin:$PATH
export RUST_BACKTRACE=1
export RUST_BACKTRACE=full
export CARGO_TERM_COLOR=always
export CARGO_INCREMENTAL=0