Make sure $OUTPUT exists in download_node

This commit is contained in:
Juan Cruz Viotti 2015-02-11 12:35:07 -04:00
parent 790ec86d51
commit 8f065b3680

View File

@ -21,6 +21,8 @@ echo ""
echo "Downloading $PACKAGE"
echo ""
mkdir -p $OUTPUT
if [ "$OS" == "win32" ]; then
if [ "$arch" == "x86" ]; then
$CURL $NODE_DIST_URL/$NODE_VERSION/node.exe -o $OUTPUT/$PACKAGE.exe