1 parent b94b355 commit 6064f6aCopy full SHA for 6064f6a
1 file changed
install.sh
@@ -1,7 +1,7 @@
1
#!/usr/bin/env sh
2
# shellcheck disable=SC3043 # `local` is supported by every real /bin/sh.
3
4
-set -eu
+set -o errexit -o nounset
5
6
ensure_chezmoi() {
7
local chezmoi
0 commit comments