Browse Source

depend on bash, not pure sh

master
Nils 5 years ago
parent
commit
faf194a527
  1. 4
      configure

4
configure

@ -1,5 +1,5 @@
#!/bin/sh
#!/bin/bash
program=patroneo #MUST be the same as engine/config.py shortName
cboxconfigure="--without-fluidsynth --without-libsmf"
cboxconfigure="--without-fluidsynth --without-libsmf"
. template/configure.template #. is the posix compatible version of source

Loading…
Cancel
Save