From 819c20e1d811dcd1cc4109325c63f61c58d9e3fb Mon Sep 17 00:00:00 2001 From: liljencrantz Date: Mon, 24 Sep 2007 07:11:11 +1000 Subject: [PATCH] Fix bug causing some fish strings not to be translated darcs-hash:20070923211111-75c98-3bac272b81c4af4e18968a532987d9a7be1c273a.gz --- share/functions/_.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/functions/_.fish b/share/functions/_.fish index 8983d66e6..66dd031e1 100644 --- a/share/functions/_.fish +++ b/share/functions/_.fish @@ -3,7 +3,7 @@ # Alias for gettext (or a fallback if gettext isn't installed) # -set -l path (which $i ^/dev/null) +set -l path (which gettext ^/dev/null) if test -x (echo $path) function _ --description "Alias for the gettext command" gettext fish $argv