1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-07 14:21:48 +02:00

* Don't use $SHELL.

This commit is contained in:
Eelco Dolstra 2007-02-21 14:00:46 +00:00
parent b824a1daee
commit 6c9fdb17fb
3 changed files with 2 additions and 10 deletions

View file

@ -5,7 +5,7 @@ let {
mkdir $out
cat > $out/program <<EOF
#! $SHELL
#! @shell@
sleep 10000
EOF