d15205f8b8
svn path=/nixpkgs/trunk/; revision=7504
8 lines
173 B
Bash
8 lines
173 B
Bash
set -e
|
|
|
|
PATH=$staticTools/bin
|
|
|
|
mkdir $out
|
|
|
|
sed -e "s^@initialPath@^$staticTools^" -e "s^@preHook@^^" -e "s^@postHook@^^" -e "s^@shell@^$SHELL^" < $stdenvScript > $out/setup
|