Skip to content

Commit

Permalink
Merge pull request #164 from paulownia/fix_for_v0.4
Browse files Browse the repository at this point in the history
Cannot install v0.4
  • Loading branch information
creationix committed Oct 28, 2012
2 parents d6ef9c8 + 4ffd4bb commit dd3650f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nvm.sh
Expand Up @@ -232,7 +232,7 @@ nvm()
mkdir -p "$NVM_DIR/src" && \
cd "$NVM_DIR/src" && \
curl --progress-bar $tarball -o "node-$VERSION.tar.gz" && \
if [ "$sum" = "" ]; then return 0; else nvm_checksum `shasum node-$VERSION.tar.gz | awk '{print $1}'` $sum; fi && \
if [ "$sum" = "" ]; then : ; else nvm_checksum `shasum node-$VERSION.tar.gz | awk '{print $1}'` $sum; fi && \
tar -xzf "node-$VERSION.tar.gz" && \
cd "node-$VERSION" && \
./configure --prefix="$NVM_DIR/$VERSION" $ADDITIONAL_PARAMETERS && \
Expand Down

0 comments on commit dd3650f

Please sign in to comment.