Fix install on bash.

This commit is contained in:
David Tomaschik
2019-04-29 18:27:19 -07:00
parent 968c9529c8
commit 379ab1c375

View File

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