From 486e0dbe84b60369b5986820ca516b86851380c9 Mon Sep 17 00:00:00 2001 From: axel Date: Fri, 11 Aug 2006 05:33:38 +1000 Subject: Remove Solaris circular dependency in init file. Thanks to Netocrat. darcs-hash:20060810193338-ac50b-2f1f68170610e1669fc20298fcce50a920c3f38f.gz --- share/fish.in | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/share/fish.in b/share/fish.in index ec479322..0cc0ac50 100644 --- a/share/fish.in +++ b/share/fish.in @@ -5,6 +5,12 @@ # # @configure_input@ +# Assign a temporary value here for performance reasons. The real +# value should be set in /etc/fish. + +set -g fish_function_path @datadir@/fish/functions/ +set __fish_help_dir @docdir@ + # This is a Solaris-specific test to modify the PATH so that # Posix-conformant tools are used by default. @@ -14,12 +20,6 @@ if test -d /usr/xpg4/bin end end -# Assign a temporary value here for performance reasons. The real -# value should be set in /etc/fish. - -set -g fish_function_path @datadir@/fish/functions/ -set __fish_help_dir @docdir@ - # # Make sure there are no invalid entries in the PATH -- cgit v1.2.3