1
Fork 0
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:
Sylvestre Ledru 2021-08-28 09:55:15 +02:00 committed by GitHub
parent d4697d9883
commit 1493027f27
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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),
));
}
};