mirror of
https://github.com/Matir/skel.git
synced 2026-05-25 21:19:09 -07:00
Fix install on bash.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user