Re: bash exception
Manfred Hollstein <[email protected]>
| Newsgroups | gmane.linux.suse.programming |
|---|---|
| Message-ID | <[email protected]> |
On Tue, 23 Oct 2007, 17:04:33 +0200, Thomas Moritz wrote: > [...] > ( und nein, es liegt hier nicht an while true ) > > #!/bin/bash > > set -e Hmm, das hatte ich mir schon gedacht... Folgendes sagt "help set" dazu: -e Exit immediately if a command exits with a non-zero status. Mach' das mal 'raus ;-) HTH, cheers. l8er manfred