From 89099871a4c5404eba9915bf1dda7976e54d0e8b Mon Sep 17 00:00:00 2001 From: Aaron Griffin Date: Tue, 13 Feb 2007 01:37:48 +0000 Subject: Reverted the exit 2 -> exit 0 change. This was there for a reason (so that pacman didn't check targets and spit out an error message). --- src/pacman/pacman.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/pacman/pacman.c b/src/pacman/pacman.c index f3a94f7a..eebbdaaa 100644 --- a/src/pacman/pacman.c +++ b/src/pacman/pacman.c @@ -405,7 +405,7 @@ static int parseargs(int argc, char *argv[]) } if(config->version) { version(); - return(0); + return(2); } while(optind < argc) { -- cgit v1.2.3-54-g00ecf