aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2006-08-11 05:33:38 +1000
committerGravatar axel <axel@liljencrantz.se>2006-08-11 05:33:38 +1000
commit486e0dbe84b60369b5986820ca516b86851380c9 (patch)
tree9be987759d797e8f6d16baa785dac606f3241128
parent441c109afba13d81ec35301025f948a05e6fa182 (diff)
Remove Solaris circular dependency in init file. Thanks to Netocrat.
darcs-hash:20060810193338-ac50b-2f1f68170610e1669fc20298fcce50a920c3f38f.gz
-rw-r--r--share/fish.in12
1 files 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