Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 140209 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +2 lines)
Line  Link Here
0
-- checkit_old 2006-07-16 13:00:31.000000000 +0200
0
++ checkit     2006-07-16 13:00:49.000000000 +0200
Lines 44-50 Link Here
44
#echo
44
#echo
45
echo GCC version 2.91 or later is required
45
echo GCC version 2.91 or later is required
46
gcc -v 1>foo1 2>foo2
46
gcc -v 1>foo1 2>foo2
47
V=`cat foo1 foo2 | grep version | cut -d " " -f 3`
47
V=`cat foo1 foo2 | grep -i version | cut -d " " -f 3`
48
rm -f foo1 foo2
48
rm -f foo1 foo2
49
if [ -z $V ]; then
49
if [ -z $V ]; then
50
       echo gcc is not present
50
       echo gcc is not present

Return to bug 140209