master
Logan Smyth 2013-10-24 20:09:33 -07:00
parent 473dd86f48
commit 7862182d6f
1 changed files with 1 additions and 1 deletions

2
nvm.sh
View File

@ -262,7 +262,7 @@ nvm() {
curl -L -C - --progress-bar $url -o "$tmptarball" && \
nvm_checksum `${shasum} "$tmptarball" | awk '{print $1}'` $sum && \
tar -xzf "$tmptarball" -C "$tmpdir" --strip-components 1 && \
rm "$tmptarball" && \
rm -f "$tmptarball" && \
mv "$tmpdir" "$NVM_DIR/$VERSION"
)
then