Skip to content

Commit 6064f6a

Browse files
committed
refactor: use long form of set options in install.sh
1 parent b94b355 commit 6064f6a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env sh
22
# shellcheck disable=SC3043 # `local` is supported by every real /bin/sh.
33

4-
set -eu
4+
set -o errexit -o nounset
55

66
ensure_chezmoi() {
77
local chezmoi

0 commit comments

Comments
 (0)