Permalink
Browse files

Add comment about mkdir

  • Loading branch information...
Andy Chu
Andy Chu committed Aug 8, 2017
1 parent d522a97 commit 74c0356e162337afa73a80f7fa4735de31d7a126
Showing with 1 addition and 1 deletion.
  1. +1 −1 build/actions.sh
View
@@ -12,7 +12,7 @@ set -o errexit
source build/common.sh
write-release-date() {
mkdir -p _build
mkdir -p _build # Makefile makes this, but scripts/release.sh needs it too
date > _build/release-date.txt
}

0 comments on commit 74c0356

Please sign in to comment.