···11set -e
22+set -o pipefail
2334: ${outputs:=out}
45···568569569570 for i in $patches; do
570571 header "applying patch $i" 3
571571- if [ ! -r "$i" ]; then
572572- echo "file $i does not exist or not readable"
573573- exit 1
574574- fi
575572 local uncompress=cat
576573 case "$i" in
577574 *.gz)