diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2007-02-21T14·00+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2007-02-21T14·00+0000 |
commit | 6c9fdb17fbda181fc09a9ce1f49662ef522d006b (patch) | |
tree | f66d0bdfdf0119c0fac19c675d174630b5cc1a37 /tests/gc-runtime.builder.sh | |
parent | b824a1daeefd1611c8d84432dc0b2b38f24bbbfd (diff) |
* Don't use $SHELL.
Diffstat (limited to 'tests/gc-runtime.builder.sh')
-rw-r--r-- | tests/gc-runtime.builder.sh | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/tests/gc-runtime.builder.sh b/tests/gc-runtime.builder.sh deleted file mode 100644 index a8c2d3e09150..000000000000 --- a/tests/gc-runtime.builder.sh +++ /dev/null @@ -1,8 +0,0 @@ -mkdir $out - -cat > $out/program <<EOF -#! $SHELL -sleep 10000 -EOF - -chmod +x $out/program |