[arch-general] - makepkg now aborts automatically with any errors during packaging

Jan Steffens jan.steffens at gmail.com
Tue Jun 22 14:52:59 EDT 2010


No no no no no. "|| return 0" would exit the function with a success
if the command fails.

You'll want "|| true"

On Tue, Jun 22, 2010 at 8:41 PM, Evgeny Burmentyev <vir.found at gmail.com> wrote:
> On Tue, Jun 22, 2010 at 08:40:18PM +0200, Andrea Scarpino wrote:
>> On Tuesday 22 June 2010 20:37:45 Evgeny Burmentyev wrote:
>> > Hello. With such an addition, how do I make a given command not
>> > interrupt makepkg? Like command || ignore_errors
>>
>> || return 0
>>
>> ?
>> --
>> Andrea Scarpino - andreascarpino.it
>> KDE Maintainer in Arch Linux
>
> That's it, thank you.
>


More information about the arch-general mailing list