From: Jay Freeman (saurik) Date: Thu, 13 Jan 2011 13:23:54 +0000 (-0800) Subject: Have make.sh output what it is doing. X-Git-Tag: v1.1.0~23 X-Git-Url: https://git.saurik.com/ldid.git/commitdiff_plain/1d58df4c83bbf5e105c65829ca3ff4d00e9de005?ds=sidebyside Have make.sh output what it is doing. --- diff --git a/make.sh b/make.sh index c8f4672..f1f2a81 100755 --- a/make.sh +++ b/make.sh @@ -1,5 +1,7 @@ #!/bin/bash +set -e -x + flags=() sdk=/Developer/SDKs/MacOSX10.4u.sdk