From a03a4d1ba3c1558aa18ad66f54121425e64b9192 Mon Sep 17 00:00:00 2001 From: axel Date: Thu, 12 Apr 2007 21:52:21 +1000 Subject: Add newline to error message in alias.fish. This problem was reported by flixil. darcs-hash:20070412115221-ac50b-0ff23d6e2158522d10c7e799dc9f1594112f1869.gz --- share/functions/alias.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'share') diff --git a/share/functions/alias.fish b/share/functions/alias.fish index 8d7b0480..c4e12b3b 100644 --- a/share/functions/alias.fish +++ b/share/functions/alias.fish @@ -23,7 +23,7 @@ function alias --description "Legacy function for creating shellscript functions set body $argv[2] case \* - printf ( _ "%s: Expected one or two arguments, got %d") alias (count $argv) + printf ( _ "%s: Expected one or two arguments, got %d\n") alias (count $argv) return 1 end -- cgit v1.2.3