Skip to content

Commit

Permalink
fix: make setup.sh POSIX compliant
Browse files Browse the repository at this point in the history
remove `-o pipefail` option
  • Loading branch information
sripwoud committed Jul 2, 2024
1 parent 263294b commit ec9ce9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .setup.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/sh
set -eou pipefail
set -eu

ORANGE="\033[33m"
RESET="\033[0m"
Expand Down

0 comments on commit ec9ce9f

Please sign in to comment.