Skip to content

Commit

Permalink
Better compatibility with many shells
Browse files Browse the repository at this point in the history
I had issue with `-m=XXX` with my macOS shell, and if I remove the `=` sign it's all good, without changing what it does.
  • Loading branch information
pakb authored Jul 4, 2022
1 parent 7a44104 commit 14e8c4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -218,5 +218,5 @@ $(TIMESTAMPS):


$(LOGS_DIR):
mkdir -p -m=777 $(LOGS_DIR)
mkdir -p -m 777 $(LOGS_DIR)

0 comments on commit 14e8c4e

Please sign in to comment.