mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 04:43:10 +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
|
end
|
||||||
else
|
else
|
||||||
function _ --description "Alias for the gettext command"
|
function _ --description "Alias for the gettext command"
|
||||||
printf "%s" $argv
|
echo -n $argv
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue