From fe8f2c258125741eeaf3059db5b1bad1b20001b2 Mon Sep 17 00:00:00 2001 From: Jon Lewis Date: Sat, 3 Sep 2016 13:33:40 -0500 Subject: [PATCH] Disabled "unofficial strict mode" until I can figure out why it breaks sns --- src/header.src.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/header.src.sh b/src/header.src.sh index c83804f..f524f93 100644 --- a/src/header.src.sh +++ b/src/header.src.sh @@ -17,8 +17,8 @@ # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. # On advice from http://redsymbol.net/articles/unofficial-bash-strict-mode/ -set -euo pipefail -IFS=$'\n\t' +#set -euo pipefail +#IFS=$'\n\t' # Prevent freak accidents involving the root directory if [ -z "$HOME" ]; then HOME=/home/"$(whoami)"; fi