if ! $PYTHON ../rubber.py $VERBOSE --help 2> tmp; then
    cat tmp
    exit 1
fi
rm tmp


