PATH_DELIMITER added and some trailing whitespaces removed
svn path=/nixpkgs/trunk/; revision=9320
This commit is contained in:
parent
511519f031
commit
78587bf74b
@ -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=
|
||||
|
Loading…
x
Reference in New Issue
Block a user