Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=pacman-tools.git;a=commitdiff;h=ec4d29e1c8fe5794aac1d083c28c7f7dbb985497

commit ec4d29e1c8fe5794aac1d083c28c7f7dbb985497
Author: bouleetbil <bouleet...@frogdev.info>
Date:   Mon Aug 16 22:40:26 2010 +0000

etcconfig.py
*fixes update configuration

diff --git a/etcconfig.py b/etcconfig.py
index 763f23d..8220200 100755
--- a/etcconfig.py
+++ b/etcconfig.py
@@ -92,7 +92,7 @@ while x<m:
if choice in choices:
if(choice == choices[0]):
print(k,korig)
-                      command='mv --reply=yes %s %s' % (k,korig)
+                      command='mv -f %s %s' % (k,korig)
os.system("%s" % command)
print "Updated!"
x=x+1
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to