From affe0baa95104d53d464e1c74f560cf0486a64d9 Mon Sep 17 00:00:00 2001 From: John Firebaugh Date: Fri, 9 Oct 2015 11:01:07 -0700 Subject: [PATCH] Note compatibility issue with `set -e` See discussion in #865. --- README.markdown | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.markdown b/README.markdown index 5e351d1..9ea0e85 100644 --- a/README.markdown +++ b/README.markdown @@ -216,6 +216,10 @@ Environment Variables: $NPM_CONFIG_PREFIX $PREFIX ``` +Shell settings: +``` +set -e +``` ## Problems