Also annotate stderr

This commit is contained in:
est31 2016-01-17 20:43:00 +01:00
parent 4f42cacbc3
commit 9af5b355c1
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ do
# Execute sh -c "something"
echo "-c"
echo "$prefix_pipefail ; $mapperpath ${MAPPERPARAMS} -i ${MAPDIR} --geometry ${posx},${posy}+${tilesize}+${tilesize} -o ${tiledir}/20/map_${x}_${y}.png \
| prefix '[TILEGEN $x,$y]: ' \
2> >(>&2 prefix '[TILEGEN $x,$y ERR]: ') | prefix '[TILEGEN $x,$y]: ' \
|| (>&2 echo 'minetesmapper for tile [${x},${y}] ended with non zero exit code'; exit 255)"
done
done | xargs -n2 $jobparam -d '\n' bash # bash required because of "set -o pipefail" usage