* Remove an unnecessary check.
svn path=/nixpkgs/branches/stdenv-updates/; revision=31701
This commit is contained in:
parent
0d71e75222
commit
b31df26cea
|
@ -79,10 +79,6 @@ addToSearchPath() {
|
||||||
|
|
||||||
set -e
|
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@
|
test -z $NIX_GCC && NIX_GCC=@gcc@
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue