From: Douglas William Thrift Date: Thu, 22 Oct 2009 09:47:35 +0000 (+0000) Subject: Make sure the shell is bash! X-Git-Tag: v0.9.432~278 X-Git-Url: https://git.saurik.com/cycript.git/commitdiff_plain/be4442dae1809b46af9e923b9d9b0d64c302a133 Make sure the shell is bash! --- diff --git a/makefile b/makefile index bda4406..ce70b55 100644 --- a/makefile +++ b/makefile @@ -1,3 +1,5 @@ +SHELL :=$(shell which bash 2>/dev/null) + ifndef PKG_TARG target := else