PATH_DELIMITER added and some trailing whitespaces removed

svn path=/nixpkgs/trunk/; revision=9320
This commit is contained in:
Marc Weber 2007-09-13 09:34:21 +00:00
parent 511519f031
commit 78587bf74b

View File

@ -3,6 +3,12 @@ set -x
test -z $NIX_GCC && NIX_GCC=@gcc@
if [ -z ${system##*cygwin*} ]; then
PATH_DELIMITER=;
else
PATH_DELIMITER=;
fi
# Set up the initial path.
PATH=