Add a bash/zsh compatibility option.

This commit is contained in:
David Tomaschik
2019-04-29 16:33:17 -07:00
parent 19d78117cb
commit 03a12e509e

View File

@@ -2,6 +2,7 @@
set -o nounset
set -o errexit
set -o shwordsplit 2>/dev/null # Make zsh behave like bash
case $(uname) in
Linux)