* Don't require a stdenv to build stdenv. This obviates the need for
a stdenvInitial in the bootstrap. svn path=/nixpkgs/branches/stdenv-updates/; revision=13942
This commit is contained in:
@@ -8,7 +8,11 @@ _postHook="$postHook"
|
||||
preHook=
|
||||
postHook=
|
||||
|
||||
source $stdenv/setup
|
||||
export PATH=
|
||||
for i in $initialPath; do
|
||||
if test "$i" = /; then i=; fi
|
||||
PATH=$PATH${PATH:+:}$i/bin
|
||||
done
|
||||
|
||||
mkdir $out
|
||||
|
||||
|
||||
Reference in New Issue
Block a user