commit | 150f402b36197d822f8a7dd835231cd67b77e959 | [log] [tgz] |
---|---|---|
author | Denis Vlasenko <vda.linux@googlemail.com> | Sat Jan 13 21:06:21 2007 +0000 |
committer | Denis Vlasenko <vda.linux@googlemail.com> | Sat Jan 13 21:06:21 2007 +0000 |
tree | ddac0e3876f058e0070dc497902994583517f879 | |
parent | 2418288cac34272d99dc8b9f46a74163eff5ea2c [diff] [blame] |
whitespace fixes (leading spaces to tab)
diff --git a/coreutils/install.c b/coreutils/install.c index aa7e8bf..c899158 100644 --- a/coreutils/install.c +++ b/coreutils/install.c
@@ -86,7 +86,7 @@ break; } } - if ((flags & (OPT_OWNER|OPT_GROUP)) + if ((flags & (OPT_OWNER|OPT_GROUP)) && lchown(*argv, uid, gid) == -1 ) { bb_perror_msg("cannot change ownership of %s", *argv);