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

(-)scons-1.2.0/engine/SCons/Script/SConsOptions.py (-1 / +1 lines)
Lines 870-876 Link Here
870
    def opt_not_yet(option, opt, value, parser):
870
    def opt_not_yet(option, opt, value, parser):
871
        msg = "Warning:  the %s option is not yet implemented\n" % opt
871
        msg = "Warning:  the %s option is not yet implemented\n" % opt
872
        sys.stderr.write(msg)
872
        sys.stderr.write(msg)
873
        sys.exit(0)
873
        sys.exit(1)
874
874
875
875
876
    op.add_option('-l', '--load-average', '--max-load',
876
    op.add_option('-l', '--load-average', '--max-load',

Return to bug 295972