summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/pacman/pacman.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pacman/pacman.c b/src/pacman/pacman.c
index cd59c8d4..ce2ca2d5 100644
--- a/src/pacman/pacman.c
+++ b/src/pacman/pacman.c
@@ -316,7 +316,7 @@ static void handler(int signum)
/* output a newline to be sure we clear any line we may be on */
xwrite(out, "\n", 1);
}
- cleanup(signum);
+ cleanup(128 + signum);
}
#define check_optarg() if(!optarg) { return 1; }