mirror of
https://github.com/uutils/coreutils.git
synced 2025-12-23 08:47:37 +00:00
Merge pull request #8364 from julian-klode/setup-localization-symlinks
Setup localization for utility symlinks
This commit is contained in:
commit
18e67e0d05
1 changed files with 1 additions and 0 deletions
|
|
@ -108,6 +108,7 @@ fn main() {
|
|||
|
||||
// binary name equals util name?
|
||||
if let Some(&(uumain, _)) = utils.get(binary_as_util) {
|
||||
setup_localization_or_exit(binary_as_util);
|
||||
process::exit(uumain(vec![binary.into()].into_iter().chain(args)));
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue