mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-30 11:21:15 -03:00
Make gettext function use echo instead of printf to save a fork
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user