Skip to content

Commit

Permalink
fixes execution perms for version_make_progress.sh if not set already
Browse files Browse the repository at this point in the history
  • Loading branch information
rt committed Nov 16, 2017
1 parent 4ab2f93 commit f584585
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion makefile
Expand Up @@ -148,7 +148,7 @@ version_make_progress: FORCE
ifeq ($(OS),Windows_NT)
@cmd.exe /C "cd /d $(SRC_DIR)/version && @version_make_progress.cmd"
else
cd "$(SRC_DIR)/version/" && ./version_make_progress.sh
cd "$(SRC_DIR)/version/" && chmod +x version_make_progress.sh && ./version_make_progress.sh
endif

###############################
Expand Down

0 comments on commit f584585

Please sign in to comment.