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:
parent
b824a1daee
commit
6c9fdb17fb
3 changed files with 2 additions and 10 deletions
|
@ -5,7 +5,7 @@ let {
|
|||
mkdir $out
|
||||
|
||||
cat > $out/program <<EOF
|
||||
#! $SHELL
|
||||
#! @shell@
|
||||
sleep 10000
|
||||
EOF
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue