projects
/
sbcl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4afcad7
)
For consistency with other shell scripts here, use #!/bin/sh.
author
Jim Wise
<jwise@draga.com>
Sun, 13 Oct 2013 21:23:38 +0000
(17:23 -0400)
committer
Jim Wise
<jwise@draga.com>
Sun, 13 Oct 2013 21:23:38 +0000
(17:23 -0400)
This (alone) used #!/bin/bash, but does not seem to depend on it.
tests/run-compiler.sh
patch
|
blob
|
history
diff --git
a/tests/run-compiler.sh
b/tests/run-compiler.sh
index
dbc01f9
..
068b538
100755
(executable)
--- a/
tests/run-compiler.sh
+++ b/
tests/run-compiler.sh
@@
-1,4
+1,4
@@
-#!/bin/bash
+#!/bin/sh
platform="${SBCL_SOFTWARE_TYPE}-${SBCL_MACHINE_TYPE}"