summaryrefslogtreecommitdiffstats
path: root/source-builder/sb/shell.py
diff options
context:
space:
mode:
Diffstat (limited to 'source-builder/sb/shell.py')
-rw-r--r--source-builder/sb/shell.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/source-builder/sb/shell.py b/source-builder/sb/shell.py
index f1e669a..ecb8188 100644
--- a/source-builder/sb/shell.py
+++ b/source-builder/sb/shell.py
@@ -33,8 +33,7 @@ except KeyboardInterrupt:
print('abort: user terminated', file = sys.stderr)
sys.exit(1)
except:
- print('error: unknown application load error', file = sys.stderr)
- sys.exit(1)
+ raise
def expand(macros, line):
#