Skip to content

Commit

Permalink
Merge pull request rust-lang#304 from GBGamer/master
Browse files Browse the repository at this point in the history
Changing `mkdir` to `mkdir -p` in setup-stage.sh
  • Loading branch information
steveklabnik committed Dec 11, 2014
2 parents 7173c8d + 9a339bb commit 4634260
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 4634260

Please sign in to comment.