diff --git a/Tools/unix/bst/Makefile b/Tools/unix/bst/Makefile index 6a6978c4..0d269dea 100644 --- a/Tools/unix/bst/Makefile +++ b/Tools/unix/bst/Makefile @@ -13,6 +13,7 @@ DEST = ../../$(UNAME) all: $(DEST) -for i in *.$(SUFFIX) ; do \ + chmod +x $$i ; \ cp $$i $(DEST)/$$(basename $$i .$(SUFFIX)) ; \ done