aboutsummaryrefslogtreecommitdiff
path: root/tests/gc-runtime.nix.in
diff options
context:
space:
mode:
authorEelco Dolstra <e.dolstra@tudelft.nl>2007-02-21 14:00:46 +0000
committerEelco Dolstra <e.dolstra@tudelft.nl>2007-02-21 14:00:46 +0000
commit6c9fdb17fbda181fc09a9ce1f49662ef522d006b (patch)
treef66d0bdfdf0119c0fac19c675d174630b5cc1a37 /tests/gc-runtime.nix.in
parentb824a1daeefd1611c8d84432dc0b2b38f24bbbfd (diff)
* Don't use $SHELL.
Diffstat (limited to 'tests/gc-runtime.nix.in')
-rw-r--r--tests/gc-runtime.nix.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/gc-runtime.nix.in b/tests/gc-runtime.nix.in
index 5767d0370..310d44ce8 100644
--- a/tests/gc-runtime.nix.in
+++ b/tests/gc-runtime.nix.in
@@ -5,7 +5,7 @@ let {
mkdir $out
cat > $out/program <<EOF
-#! $SHELL
+#! @shell@
sleep 10000
EOF