nixpkgs/pkgs/stdenv/linux/scripts/builder-stdenv-initial.sh
Eelco Dolstra d15205f8b8 * Set the shell.
svn path=/nixpkgs/trunk/; revision=7504
2006-12-27 18:42:58 +00:00

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