summaryrefslogtreecommitdiffstats
path: root/mgagnome
diff options
context:
space:
mode:
Diffstat (limited to 'mgagnome')
-rwxr-xr-xmgagnome2
1 files changed, 1 insertions, 1 deletions
diff --git a/mgagnome b/mgagnome
index 018554e..3d532a9 100755
--- a/mgagnome
+++ b/mgagnome
@@ -385,7 +385,7 @@ class SpecFile(object):
try:
# Check patches still apply
- subprocess.check_call(['bm', '-p', '--nodeps', '--clean'], cwd=self.cwd)
+ subprocess.check_call(['bm', '-p', '--nodeps'], cwd=self.cwd)
except subprocess.CalledProcessError:
logfile = os.path.join(os.path.dirname(self.path), 'log.%s' % os.path.splitext(os.path.basename(self.path))[0])
if os.path.exists(logfile):