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:
-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