From e60fcf885f7fe0191a460d6e499d6b255ce3b0ad Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Mon, 30 Jul 2007 04:33:54 +0000 Subject: [PATCH] Use the the optparse options for --ignore-default-opts since that allows option abreviation to work. (branches/2.1.2 r6891) svn path=/main/branches/2.1.2.9/; revision=7471 --- bin/emerge | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/emerge b/bin/emerge index 80b72e142..8ca27d489 100755 --- a/bin/emerge +++ b/bin/emerge @@ -5304,7 +5304,7 @@ def emerge_main(): xterm_titles = "notitles" not in settings.features tmpcmdline = [] - if "--ignore-default-opts" not in sys.argv: + if "--ignore-default-opts" not in myopts: tmpcmdline.extend(settings["EMERGE_DEFAULT_OPTS"].split()) tmpcmdline.extend(sys.argv[1:]) myaction, myopts, myfiles = parse_opts(tmpcmdline) -- 2.26.2