[Reproducible-commits] [debhelper] 38/56: debhelper.pod: Use 0x7f to filter the signal name

Mattia Rizzolo mattia at mapreri.org
Sun Oct 4 17:06:19 UTC 2015


This is an automated email from the git hooks/post-receive script.

mapreri-guest pushed a commit to branch master
in repository debhelper.

commit eaa8aa9b49e11a1d92638d832fdf5d5374a460bb
Author: Niels Thykier <niels at thykier.net>
Date:   Sun Sep 6 11:35:20 2015 +0200

    debhelper.pod: Use 0x7f to filter the signal name
    
    Signed-off-by: Niels Thykier <niels at thykier.net>
---
 debhelper.pod | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debhelper.pod b/debhelper.pod
index 3003bb8..12bb972 100644
--- a/debhelper.pod
+++ b/debhelper.pod
@@ -634,7 +634,7 @@ the set command):
   EOF
   if (system($temp)) {
      my $exit_code = ($? >> 8) & 0xff;
-     my $signal = $? & 0xff;
+     my $signal = $? & 0x7f;
      if ($exit_code) {
          die("The debhelper script failed with error code: ${exit_code}");
      } else {

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/debhelper.git



More information about the Reproducible-commits mailing list