forked from mirrors/nixpkgs
Thanks urkud for pointing me to the wrong implementation of PATH_DELIMITER - fixed
svn path=/nixpkgs/trunk/; revision=9352
This commit is contained in:
parent
b840189493
commit
ec3c6e932a
|
@ -3,9 +3,9 @@ set -e
|
|||
test -z $NIX_GCC && NIX_GCC=@gcc@
|
||||
|
||||
if [ -z ${system##*cygwin*} ]; then
|
||||
PATH_DELIMITER=;
|
||||
PATH_DELIMITER=';'
|
||||
else
|
||||
PATH_DELIMITER=;
|
||||
PATH_DELIMITER=':'
|
||||
fi
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue