From 103d767d642621dfa319c0f0c9deecb579864195 Mon Sep 17 00:00:00 2001 From: genone Date: Fri, 8 Apr 2005 01:57:54 +0000 Subject: use --oneshot svn path=/; revision=205 --- trunk/src/glsa-check/glsa-check | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'trunk/src') diff --git a/trunk/src/glsa-check/glsa-check b/trunk/src/glsa-check/glsa-check index b245b55..739cc75 100644 --- a/trunk/src/glsa-check/glsa-check +++ b/trunk/src/glsa-check/glsa-check @@ -193,7 +193,7 @@ if mode in ["dump", "fix", "inject", "pretend"]: # using emerge for the actual merging as it contains the dependency # code and we want to be consistent in behaviour. Also this functionality # will be integrated in emerge later, so it shouldn't hurt much. - exitcode = os.system("emerge ="+pkg) + exitcode = os.system("emerge --oneshot ="+pkg) if exitcode: sys.exit(exitcode) myglsa.inject() -- cgit v1.2.3