mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-29 12:07:46 +00:00
remove the env:
This commit is contained in:
parent
d4697d9883
commit
1493027f27
1 changed files with 1 additions and 1 deletions
2
src/uu/env/src/env.rs
vendored
2
src/uu/env/src/env.rs
vendored
|
@ -194,7 +194,7 @@ fn run_env(args: impl uucore::Args) -> UResult<()> {
|
|||
Err(error) => {
|
||||
return Err(USimpleError::new(
|
||||
125,
|
||||
format!("env: cannot change directory to \"{}\": {}", d, error),
|
||||
format!("cannot change directory to \"{}\": {}", d, error),
|
||||
));
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue