Skip to content

Commit

Permalink
Changing mkdir to mkdir -p in setup-stage.sh
Browse files Browse the repository at this point in the history
This will take away the warning about the folders already existing, and also
make the directories in one less line
  • Loading branch information
ubsan committed Dec 11, 2014
1 parent 7d5774c commit 9a339bb
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions setup-stage.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
mkdir bin
mkdir stage
mkdir stage/node_modules
mkdir -p bin
mkdir -p stage/node_modules
ln -sf ../book.json stage
ln -sf ../examples/README.md stage

0 comments on commit 9a339bb

Please sign in to comment.