Akim Demaille <[EMAIL PROTECTED]> writes:
> -set +e
> +test -z "$VERBOSE" && {
> + exec > /dev/null 2>&1
> +}Don't you need to keep the "set +e"? As I recall, some shells send diagnostics to the original stderr, even if you've redirected it with 'exec' in the mean time.
