We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ab65ebd + 1a53232 commit 18e67e0Copy full SHA for 18e67e0
1 file changed
src/bin/coreutils.rs
@@ -108,6 +108,7 @@ fn main() {
108
109
// binary name equals util name?
110
if let Some(&(uumain, _)) = utils.get(binary_as_util) {
111
+ setup_localization_or_exit(binary_as_util);
112
process::exit(uumain(vec![binary.into()].into_iter().chain(args)));
113
}
114
0 commit comments