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>2013-11-20 05:33:39 +0400
committerisaacs <i@izs.me>2013-11-20 05:33:44 +0400
commit0490394873b4b582bbfba782c1e93ad96bcceeb9 (patch)
tree836ef9fbf76d9c423173f446419a858f1a567995 /Makefile
parented61a2854b9ae23a4c24df84e75c7f7a941289e3 (diff)
minor makefile fixup
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 326d6f0d5..d2338baba 100644
--- a/Makefile
+++ b/Makefile
@@ -214,6 +214,6 @@ release:
@bash scripts/release.sh
sandwich:
- @[ $$(whoami) = "root" ] && (echo "ok"; echo "ham" > sandwich) || echo "make it yourself" && exit 13
+ @[ $$(whoami) = "root" ] && (echo "ok"; echo "ham" > sandwich) || (echo "make it yourself" && exit 13)
.PHONY: all latest install dev link doc clean uninstall test man doc-publish doc-clean docclean docpublish release zip-publish