mirror of
git://git.code.sf.net/p/sbcl/sbcl
synced 2026-09-10 07:26:40 -04:00
For consistency with other shell scripts here, use #!/bin/sh.
This (alone) used #!/bin/bash, but does not seem to depend on it.
This commit is contained in:
parent
4afcad7842
commit
9b69e80c82
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash
|
||||
#!/bin/sh
|
||||
|
||||
platform="${SBCL_SOFTWARE_TYPE}-${SBCL_MACHINE_TYPE}"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue