mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-03-15 23:22:53 +08:00
Make gettext function use echo instead of printf to save a fork
This commit is contained in:
parent
307ea6dce2
commit
ecab34c787
@ -10,7 +10,7 @@ if test -x (echo $path)
|
||||
end
|
||||
else
|
||||
function _ --description "Alias for the gettext command"
|
||||
printf "%s" $argv
|
||||
echo -n $argv
|
||||
end
|
||||
end
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user