Skip to content

Commit 152167b

Browse files
committed
Merge remote-tracking branch 'upstream/master' into feature/changelog-v2.11.0
* upstream/master: Set the executable bit when preparing releases (todotxt#156)
2 parents cad3158 + 8b35c5f commit 152167b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ dist: $(DISTFILES) todo.sh
3636
mkdir -p $(DISTNAME)
3737
cp -f $(DISTFILES) $(DISTNAME)/
3838
sed -e 's/@DEV_VERSION@/'$(VERSION)'/' todo.sh > $(DISTNAME)/todo.sh
39+
chmod +x $(DISTNAME)/todo.sh
3940
tar cf $(DISTNAME).tar $(DISTNAME)/
4041
gzip -f -9 $(DISTNAME).tar
4142
zip -9r $(DISTNAME).zip $(DISTNAME)/

0 commit comments

Comments
 (0)