diff options
author | Patryk Niedźwiedziński <pniedzwiedzinski19@gmail.com> | 2021-01-10 12:26:50 +0100 |
---|---|---|
committer | Patryk Niedźwiedziński <pniedzwiedzinski19@gmail.com> | 2021-01-10 12:26:50 +0100 |
commit | ebb089825a57c1fee04f8b2c0ea43447c07deeb6 (patch) | |
tree | 51e587130432131bdddfc49bb3ef37ac0037e5d1 | |
parent | aa89fbeb638669a24de26606f6e6f403ad631468 (diff) | |
download | puszcza-ebb089825a57c1fee04f8b2c0ea43447c07deeb6.tar.gz puszcza-ebb089825a57c1fee04f8b2c0ea43447c07deeb6.zip |
Fix unknown option on other busybox alternatives
-rwxr-xr-x | scripts/prebuild.sh | 2 |
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 |