mirror of
https://github.com/ZDoom/raze-gles.git
synced 2025-01-26 00:40:56 +00:00
synthesis: require /bin/bash
synthesis.sh has bash-isms, so sh or dash won't cut it. git-svn-id: https://svn.eduke32.com/eduke32@1999 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
b391f62ca5
commit
5bae16041d
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/sh
|
#!/bin/bash
|
||||||
|
|
||||||
# some paths
|
# some paths
|
||||||
top=/var/www/synthesis/eduke32
|
top=/var/www/synthesis/eduke32
|
||||||
|
|
Loading…
Reference in a new issue