summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_lede.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bin/reproducible_lede.sh')
-rwxr-xr-xbin/reproducible_lede.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/reproducible_lede.sh b/bin/reproducible_lede.sh
index 97671514..120f5ca9 100755
--- a/bin/reproducible_lede.sh
+++ b/bin/reproducible_lede.sh
@@ -33,7 +33,8 @@ case $1 in
;;
esac
$@
- exit $?
+ trap - INT TERM EXIT
+ exit 0
;;
master)
# master code following