From: Jim Wise Date: Sun, 13 Oct 2013 21:23:38 +0000 (-0400) Subject: For consistency with other shell scripts here, use #!/bin/sh. X-Git-Url: http://repo.macrolet.net/gitweb/?a=commitdiff_plain;h=9b69e80c82ef126a8f9c120113d4e75b17845f13;p=sbcl.git For consistency with other shell scripts here, use #!/bin/sh. This (alone) used #!/bin/bash, but does not seem to depend on it. --- diff --git a/tests/run-compiler.sh b/tests/run-compiler.sh index dbc01f9..068b538 100755 --- 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}"