Skip to content

Commit

Permalink
Use cp -R just in case it matters on OS X
Browse files Browse the repository at this point in the history
  • Loading branch information
martijnwalraven committed Aug 3, 2015
1 parent 11064ba commit d09ee4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/generate-dev-bundle.sh
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ fi
# We do this because the bundled node is built using PORTABLE=1,
# which makes npm look for node relative to it's own directory
# See build-node-for-dev-bundle.sh
cp -r "$DIR/lib/node_modules/npm" "$DIR/bundled-npm"
cp -R "$DIR/lib/node_modules/npm" "$DIR/bundled-npm"

# export path so we use the downloaded node and npm
export PATH="$DIR/bin:$PATH"
Expand Down

0 comments on commit d09ee4c

Please sign in to comment.