remove set -e
Not sure why this is failing w/o an error message.
This commit is contained in:
parent
20d195ff20
commit
08af051238
1 changed files with 0 additions and 1 deletions
1
Makefile
1
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 \
|
||||
|
|
Loading…
Reference in a new issue