mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-25 12:23:09 +00:00
Make gettext function use echo instead of printf to save a fork
This commit is contained in:
parent
307ea6dce2
commit
ecab34c787
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue