Give myself a 'Bummer'-Award, the scripts below contain the following 'gem': `test -n 'XWIPE' && rm -rf ./$dir`, what clearly misses the intended use of setting XWIPE to clean source directories when repeating builds, replace with `test -n "$XWIPE"` Fixes are needed in: CellProfiler-2.2.0-0.build.sh CellProfiler-3.1.5-0.build.sh gcc-5.5.0-1.build.sh git-cola-3.2-0.build.sh openjdk-7u181-0.build.sh openjdk-8u171-0.build.sh python-3.7.1-0.build.sh