bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] install: add -C option to install file only when necessary


From: Jim Meyering
Subject: Re: [PATCH] install: add -C option to install file only when necessary
Date: Tue, 17 Feb 2009 14:31:29 +0100

Kamil Dudka <address@hidden> wrote:
> On Tuesday 17 February 2009 13:09:04 Andreas Schwab wrote:
>> > static bool
>> > extra_mode (mode_t input)
>> > {
>> >   const mode_t mask = ~S_IRWXUGO & 0xFFF;
>> >   return input & mask;
>> > }
>>
>> Perhaps ~S_IFMT instead of 0xFFF?
> Seems better. Thanks!

I've applied that and pushed it.

Thanks!




reply via email to

[Prev in Thread] Current Thread [Next in Thread]