From 7b4ae58552f55d791307bdaf370a76e6088b7f80 Mon Sep 17 00:00:00 2001 From: Simon Let Date: Mon, 27 Feb 2023 13:09:34 +0100 Subject: [PATCH] Do not set -o pipefail --- scripts/rawinstall.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/rawinstall.sh b/scripts/rawinstall.sh index f951f5d..da25a49 100755 --- a/scripts/rawinstall.sh +++ b/scripts/rawinstall.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -set -euo pipefail +set -eu echo echo "Please report any issues you encounter to: https://github.com/curusarn/resh/issues"