summaryrefslogtreecommitdiff
path: root/Debian
diff options
context:
space:
mode:
authorjoeyh <joeyh>2006-03-23 00:48:17 +0000
committerjoeyh <joeyh>2006-03-23 00:48:17 +0000
commit298aa10d16b548364a28a4f67c50cb0882c5a150 (patch)
tree0b32ded25bbf77aede371171ac478ec6f69a4fdd /Debian
parent0f0b27547d14d469ddc98050159e774b757e8cae (diff)
r1889: releasing version 5.0.26
Diffstat (limited to 'Debian')
-rw-r--r--Debian/Debhelper/Dh_Lib.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Debian/Debhelper/Dh_Lib.pm b/Debian/Debhelper/Dh_Lib.pm
index 87677580..793a2e07 100644
--- a/Debian/Debhelper/Dh_Lib.pm
+++ b/Debian/Debhelper/Dh_Lib.pm
@@ -104,7 +104,7 @@ sub init {
# If no error handling function was specified, just propigate
# errors out.
if (! exists $dh{ERROR_HANDLER} || ! defined $dh{ERROR_HANDLER}) {
- $dh{ERROR_HANDLER}='exit $?';
+ $dh{ERROR_HANDLER}='exit \$?';
}
}