aboutsummaryrefslogtreecommitdiffstats
path: root/MgaRepo/util.py
diff options
context:
space:
mode:
Diffstat (limited to 'MgaRepo/util.py')
-rw-r--r--MgaRepo/util.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/MgaRepo/util.py b/MgaRepo/util.py
index 538eae8..6d31399 100644
--- a/MgaRepo/util.py
+++ b/MgaRepo/util.py
@@ -35,6 +35,8 @@ def execcmd(*cmd, **kwargs):
verbose = config.getbool("global", "verbose", 0)
if kwargs.get('info') :
prefix='LANGUAGE=C LC_TIME=C '
+ elif kwargs.get('noprefix') :
+ prefix = ''
else:
prefix='LANG=C LANGUAGE=C LC_ALL=C '
if verbose: