From c6cb79dedfb1af4ce64e75cd1c0d3cc1bfa71225 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Wed, 13 Oct 1999 18:01:10 +0000 Subject: More stuff --- coreutils/chown.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'coreutils/chown.c') diff --git a/coreutils/chown.c b/coreutils/chown.c index bcaeea38e..8d6cffa14 100644 --- a/coreutils/chown.c +++ b/coreutils/chown.c @@ -48,9 +48,9 @@ static int fileAction(const char *fileName) ((chownApp==TRUE)? uid: statBuf.st_uid), gid) < 0)) { perror(fileName); - return( TRUE); + return( FALSE); } - return( FALSE); + return( TRUE); } int chown_main(int argc, char **argv) -- cgit v1.2.3