forked from mirrors/nixpkgs
* Set the shell.
svn path=/nixpkgs/trunk/; revision=7504
This commit is contained in:
parent
f861c8b66c
commit
d15205f8b8
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue