aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2012-12-11 14:07:06 -0400
committerGravatar Joey Hess <joey@kitenet.net>2012-12-11 14:07:06 -0400
commite1c5bbadba41ba0266a8ed1c8b6243581847871d (patch)
treec8c756f2b43c4f0d959bc2b194eafc907690bb9b
parent6bd4e3793211f05ef02c2ecb8d4f3178d0198347 (diff)
remove set -e
Not sure why this is failing w/o an error message.
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 90213946f..37dc38b4e 100644
--- a/Makefile
+++ b/Makefile
@@ -206,7 +206,6 @@ osxapp:
gzcat standalone/licences.gz > $(OSXAPP_BASE)/LICENSE
cp $(OSXAPP_BASE)/LICENSE $(GIT_ANNEX_TMP_BUILD_DIR)/build-dmg/LICENSE.txt
- set -e; \
for bin in $(THIRDPARTY_BINS); do \
p="$$(which "$$bin")"; \
if [ -z "$$p" ]; then \