[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Exit-on-error option does not work as expected
From: |
Paul Jarc |
Subject: |
Re: Exit-on-error option does not work as expected |
Date: |
Tue, 17 Jul 2007 11:54:12 -0400 |
User-agent: |
Gnus/5.110003 (No Gnus v0.3) Emacs/21.4 (gnu/linux) |
mod.bashbug.2007-07-16@3amok.com wrote:
> My claim is that in the attached script, the 'false' command should
> *not* be considered to be a part of the && list.
Nevertheless, it is. The current behavior is too well-entrenched to
change it, so the most reliable way to get the behavior you want is to
skip "-e" and add "&&" between all commands.
paul