mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
[CI] Minor shellcheck cleanup (#8618)
`# shellcheck disable=SC2039,SC3040` is only if you want it to pass multiple versions, but I figure there's not much reason to keep the old exception for <=0.7.1 in there.
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
# NOTE: We inherit WITH_PIPEFAIL from the env via OTAManager, because of course old busybox ash versions abort on set -o failures...
|
||||
# c.f., https://github.com/koreader/koreader/pull/5844
|
||||
if [ "${WITH_PIPEFAIL}" = "true" ]; then
|
||||
# shellcheck disable=SC2039,SC3040
|
||||
# shellcheck disable=SC3040
|
||||
set -o pipefail
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user