Skip to content

Commit 7b4ae58

Browse files
committed
Do not set -o pipefail
1 parent 494f36c commit 7b4ae58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/rawinstall.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env bash
22

3-
set -euo pipefail
3+
set -eu
44

55
echo
66
echo "Please report any issues you encounter to: https://github.com/curusarn/resh/issues"

0 commit comments

Comments
 (0)