index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Dave Reisner <dreisner@archlinux.org> | 2011-06-30 10:49:55 -0400 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2011-06-30 12:43:57 -0500 |
commit | 98a2fc8deba6be37729c26cf68e9927f6466c95e (patch) | |
tree | 1d1fa293dd48585f0f2d992438bd2962165ca19a /src | |
parent | 35ffe6af2d8d38849a7711a4c6add3d14490816c (diff) |
-rw-r--r-- | src/pacman/pacman.c | 2 |
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; } |