* Remove an unnecessary check.
svn path=/nixpkgs/branches/stdenv-updates/; revision=31701
This commit is contained in:
@@ -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@
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user