summaryrefslogtreecommitdiffstats
path: root/source-builder/sb/build.py
diff options
context:
space:
mode:
Diffstat (limited to 'source-builder/sb/build.py')
-rw-r--r--source-builder/sb/build.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/source-builder/sb/build.py b/source-builder/sb/build.py
index 747ad58..15d569d 100644
--- a/source-builder/sb/build.py
+++ b/source-builder/sb/build.py
@@ -112,8 +112,8 @@ class build:
def _generate_report_(self, header, footer = None):
label, result = self.opts.with_arg('error-report')
- if (label.startswith('without') and result != 'yes') or \
- (label.startswith('with') and result != 'no'):
+ if (label.startswith('without_') and result != 'yes') or \
+ (label.startswith('with_') and result != 'no'):
ereport.generate('rsb-report-%s.txt' % self.macros['name'],
self.opts, header, footer)