Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2011-01-29 03:19:22 +0300
committerisaacs <i@izs.me>2011-01-29 03:19:22 +0300
commite206a4c35f8a272107bfe5a8bc1ca93f7588a96e (patch)
treeeed2c012d120a1efb7cca305281096de3345179d /scripts
parent4df584632e086e7b7314df0a8e8d3c699e238612 (diff)
typo
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/install.sh b/scripts/install.sh
index 7330c689d..7eac6f6a4 100755
--- a/scripts/install.sh
+++ b/scripts/install.sh
@@ -83,7 +83,7 @@ cd "$TMP" \
echo "node --version reports: $node_version" >&2
echo "Please upgrade node before continuing."
exit $ret
- fi)
+ fi) \
&& (if ! [ "$make" = "NOMAKE" ]; then
$make uninstall dev
else