From faf194a5272342312bf3e424bcf2718ec4f1c781 Mon Sep 17 00:00:00 2001 From: Nils <> Date: Sun, 6 Jan 2019 20:57:11 +0100 Subject: [PATCH] depend on bash, not pure sh --- configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure b/configure index ce1311a..964f89a 100755 --- a/configure +++ b/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