From 1d149c3f756acc7616d0329cc0f5d52a4a27b7ec Mon Sep 17 00:00:00 2001 From: curt mayer Date: Thu, 20 Feb 2020 16:56:58 -0800 Subject: [PATCH] added chmod for execution --- Tools/unix/bst/Makefile | 1 + 1 file changed, 1 insertion(+) 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