summaryrefslogtreecommitdiffstats
path: root/source-builder/sb/bootstrap.py
diff options
context:
space:
mode:
Diffstat (limited to 'source-builder/sb/bootstrap.py')
-rw-r--r--source-builder/sb/bootstrap.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/source-builder/sb/bootstrap.py b/source-builder/sb/bootstrap.py
index e56612b..a91130d 100644
--- a/source-builder/sb/bootstrap.py
+++ b/source-builder/sb/bootstrap.py
@@ -116,7 +116,7 @@ class command:
def reraise(self):
if self.result is not None:
- raise self.result[0](self.result[1]).with_traceback(self.result[2])
+ raise self.result[0](self.result[1])
class autoreconf: