Remove Solaris circular dependency in init file. Thanks to Netocrat.

darcs-hash:20060810193338-ac50b-2f1f68170610e1669fc20298fcce50a920c3f38f.gz
This commit is contained in:
axel 2006-08-11 05:33:38 +10:00
parent 441c109afb
commit 486e0dbe84

View file

@ -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