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