remove set -e

Not sure why this is failing w/o an error message.
This commit is contained in:
Joey Hess 2012-12-11 14:07:06 -04:00
parent 20d195ff20
commit 08af051238

View file

@ -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 \