You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
koreader/platform/cervantes/spinning_zsync

8 lines
160 B
Bash

#!/bin/bash
# NOTE: We can use pipefail via bash on Cervantes
# c.f., #5844 & #5850
export WITH_PIPEFAIL="true"
exec /bin/bash ./spinning_zsync.sh "$@"