diff options
author | Joey Hess <joey@kitenet.net> | 2012-12-11 14:07:06 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-12-11 14:07:06 -0400 |
commit | e1c5bbadba41ba0266a8ed1c8b6243581847871d (patch) | |
tree | c8c756f2b43c4f0d959bc2b194eafc907690bb9b /Makefile | |
parent | 6bd4e3793211f05ef02c2ecb8d4f3178d0198347 (diff) |
remove set -e
Not sure why this is failing w/o an error message.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 \ |