3
0
Fork 0
forked from mirrors/nixpkgs

* Set the shell.

svn path=/nixpkgs/trunk/; revision=7504
This commit is contained in:
Eelco Dolstra 2006-12-27 18:42:58 +00:00
parent f861c8b66c
commit d15205f8b8

View file

@ -4,4 +4,4 @@ PATH=$staticTools/bin
mkdir $out
sed -e "s^@initialPath@^$staticTools^" -e "s^@preHook@^^" -e "s^@postHook@^^" < $stdenvScript > $out/setup
sed -e "s^@initialPath@^$staticTools^" -e "s^@preHook@^^" -e "s^@postHook@^^" -e "s^@shell@^$SHELL^" < $stdenvScript > $out/setup