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:
authorFederico Romero <federomero@gmail.com>2011-05-10 04:44:19 +0400
committerisaacs <i@izs.me>2011-05-11 23:25:41 +0400
commita0c61d6c34099c31b93c6328f9bb4b51a4a92ada (patch)
treeb897c09d215490e0515245bcb9b75accc9bc4b98 /scripts
parent92c7ab7875ce6a08fce0746fa6c5817fcb6dd6a8 (diff)
fixed typo in scripts/clean-old.sh
Diffstat (limited to 'scripts')
-rw-r--r--scripts/clean-old.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/clean-old.sh b/scripts/clean-old.sh
index 63fa17646..164f98fd2 100644
--- a/scripts/clean-old.sh
+++ b/scripts/clean-old.sh
@@ -3,7 +3,7 @@
# look for old 0.x cruft, and get rid of it.
# Should already be sitting in the npm folder.
-if ! [ "x$npm_config_preix" = "x" ]; then
+if ! [ "x$npm_config_prefix" = "x" ]; then
PREFIXES=$npm_config_prefix
else
node="$NODE"