Skip to content

Commit 18e67e0

Browse files
authored
Merge pull request #8364 from julian-klode/setup-localization-symlinks
Setup localization for utility symlinks
2 parents ab65ebd + 1a53232 commit 18e67e0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/bin/coreutils.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ fn main() {
108108

109109
// binary name equals util name?
110110
if let Some(&(uumain, _)) = utils.get(binary_as_util) {
111+
setup_localization_or_exit(binary_as_util);
111112
process::exit(uumain(vec![binary.into()].into_iter().chain(args)));
112113
}
113114

0 commit comments

Comments
 (0)