For consistency with other shell scripts here, use #!/bin/sh.
authorJim Wise <jwise@draga.com>
Sun, 13 Oct 2013 21:23:38 +0000 (17:23 -0400)
committerJim 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

index dbc01f9..068b538 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
 
 platform="${SBCL_SOFTWARE_TYPE}-${SBCL_MACHINE_TYPE}"