On Thu, Jul 24, 2014 at 8:45 PM, Johannes Sixt <j6t@xxxxxxxx> wrote: > Am 23.07.2014 23:28, schrieb Christoph Bonitz: >> - test "$src" = file10 || test "$src" = file11 && >> + test "$src" = file2 || test "$src" = file10 || test "$src" = file11 && > > You can't test for alternatives in this way. It's already wrong in the > original line, which is from 795fcb0e (avoid "test <cond> -a/-o <cond>"), > and breaks the && chain. Thank you, I'm sorry I missed that! -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html