mirror of
https://github.com/uutils/coreutils.git
synced 2026-06-10 15:48:22 -07:00
remove the env:
This commit is contained in:
Vendored
+1
-1
@@ -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),
|
||||
));
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user