* 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:
Eelco Dolstra
2009-02-01 21:28:55 +00:00
parent 12038d5586
commit 52122b0e4d
2 changed files with 11 additions and 5 deletions
+5 -1
View File
@@ -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