From ebb089825a57c1fee04f8b2c0ea43447c07deeb6 Mon Sep 17 00:00:00 2001 From: Patryk Niedźwiedziński Date: Sun, 10 Jan 2021 12:26:50 +0100 Subject: Fix unknown option on other busybox alternatives --- scripts/prebuild.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/prebuild.sh b/scripts/prebuild.sh index c135b7c..edc9df3 100755 --- a/scripts/prebuild.sh +++ b/scripts/prebuild.sh @@ -1,7 +1,7 @@ #!/bin/sh set -x -set -eou pipefail +set -eu pipefail if [ -d ./content ]; then cd content -- cgit 1.4.1