Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 2025
Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +2 lines)
Line  Link Here
0
-- emerge.origional    2003-12-22 18:38:20.000000000 -0600
0
++ emerge      2003-12-22 18:39:38.000000000 -0600
Lines 100-106 Link Here
100
                               print "!!! Error: -"+y+" is an invalid short action or option."
100
                               print "!!! Error: -"+y+" is an invalid short action or option."
101
                               sys.exit(1)
101
                               sys.exit(1)
102
       else:
102
       else:
103
               cmdline.append(x)
103
               cmdline.append(x.lower())
104
# process the command arguments
104
# process the command arguments
105
for x in cmdline:
105
for x in cmdline:

Return to bug 2025