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:
authorgflarity <gflarity@raptvm-x02.(none)>2011-02-22 20:06:39 +0300
committerisaacs <i@izs.me>2011-02-23 04:39:51 +0300
commit64b4d65161ff91597c27e0b19797ae101ca9bd85 (patch)
treeb5cb10889a141a51747df7b1c6128de1af3fd732 /Makefile
parent2a6271a34d7075dcc1fdf5e06485127a98601041 (diff)
explicitly set bash as the shell since the makefile uses bash-isms
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 582ed1e54..01abd7799 100644
--- a/Makefile
+++ b/Makefile
@@ -1,3 +1,5 @@
+SHELL = bash
+
docs = $(shell find doc -name '*.md' \
|sed 's|.md|.1|g' \