* Remove an unnecessary check.

svn path=/nixpkgs/branches/stdenv-updates/; revision=31701
This commit is contained in:
Eelco Dolstra 2012-01-19 15:31:56 +00:00
parent 0d71e75222
commit b31df26cea

View File

@ -79,10 +79,6 @@ addToSearchPath() {
set -e
# Check that the directory pointed by HOME, usually '/homeless-shelter',
# does not exist, as it may be a good source for impurities.
! test -e $HOME
test -z $NIX_GCC && NIX_GCC=@gcc@