1 2 3 4 5 6 7 8 9
if [ ! "${CARCH}" = "i686" ]; then # patch architecture where needed eval "$( declare -f check | \ sed ' /PYTHONPATH=.*/s/$CARCH/i686/ ' )" fi