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@xxxxxxxxx> 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. >