aboutsummaryrefslogtreecommitdiff
path: root/pbuilder
diff options
context:
space:
mode:
Diffstat (limited to 'pbuilder')
-rwxr-xr-xpbuilder8
1 files changed, 4 insertions, 4 deletions
diff --git a/pbuilder b/pbuilder
index 1777c2f..d884df4 100755
--- a/pbuilder
+++ b/pbuilder
@@ -87,12 +87,12 @@ File extracted to: $BUILDPLACE
${CHROOTEXEC} /usr/bin/apt-get clean || true
create_basetgz
cleanbuildplace
- trap exit sighup
+ trap - exit sighup
exit 0
fi
fi
umountproc_cleanbuildplace
- trap exit sighup
+ trap - exit sighup
exit 0
;;
--execute|execute)
@@ -136,12 +136,12 @@ File extracted to: $BUILDPLACE
${CHROOTEXEC} /usr/bin/apt-get clean || true
create_basetgz
cleanbuildplace
- trap exit sighup
+ trap - exit sighup
exit 0
fi
fi
umountproc_cleanbuildplace
- trap exit sighup
+ trap - exit sighup
exit 0
;;
--dumpconfig|dumpconfig)