summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-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 \