Skip to content

Commit e130ae3

Browse files
author
Divya Manian
committed
Merge pull request h5bp#767 from whitman/master
Add -p flag to mkdir
2 parents 6673ce6 + d98f4ae commit e130ae3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/createproject.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ then
3636
echo "$dst exists"
3737
else
3838
#create new project
39-
mkdir -- "$dst" || exit 1
39+
mkdir -p -- "$dst" || exit 1
4040

4141
#success message
4242
echo "Created Directory: $dst"

0 commit comments

Comments
 (0)