View | Details | Raw Unified
Collapse All | Expand All

(-) tools/check/check_python.orig (-1 / +1 lines)
 Lines 7-10    Link Here 
    exit 1
    exit 1
}
}
python -V 2>&1 | cut -d ' ' -f 2 | grep -q -E '^2.2|^2.3|^2.4' || error
python -V 2>&1 | cut -d ' ' -f 2 | grep -q -E '^2.2|^2.3|^2.4|^2.5' || error