1 2 3 4 5 6 7 8 9
# CARCH -> pentium4 bug if [ "${CARCH}" = "pentium4" ] || [ "${CARCH}" = "i486" ]; then eval "$( declare -f check | \ sed ' /cd/s/\$CARCH/i686/ ' )" fi