From 38ecbbd1b3483753982898c71e16f0900fe0e32a Mon Sep 17 00:00:00 2001 From: David Rosca <roscadav@fit.cvut.cz> Date: Sat, 21 Feb 2015 18:52:00 +0100 Subject: [PATCH] makefile: Add SHELL = /bin/bash Fix build on systems where /bin/sh is not symlinked to bash (Debian, Ubuntu?) --- makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/makefile b/makefile index 86715e7e1f..f65fee9729 100644 --- a/makefile +++ b/makefile @@ -1,3 +1,4 @@ +SHELL = /bin/bash APPPATH = /usr/bin LIBPATH = /usr/lib BINFOLDER = bin -- GitLab