about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPatryk Niedźwiedziński <pniedzwiedzinski19@gmail.com>2021-01-10 12:26:50 +0100
committerPatryk Niedźwiedziński <pniedzwiedzinski19@gmail.com>2021-01-10 12:26:50 +0100
commitebb089825a57c1fee04f8b2c0ea43447c07deeb6 (patch)
tree51e587130432131bdddfc49bb3ef37ac0037e5d1
parentaa89fbeb638669a24de26606f6e6f403ad631468 (diff)
downloadpuszcza-ebb089825a57c1fee04f8b2c0ea43447c07deeb6.tar.gz
puszcza-ebb089825a57c1fee04f8b2c0ea43447c07deeb6.zip
Fix unknown option on other busybox alternatives
-rwxr-xr-xscripts/prebuild.sh2
1 files changed, 1 insertions, 1 deletions
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