bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Declared Var Dynamic Initialization = No Return Code Back?


From: DJ Mills
Subject: Re: Declared Var Dynamic Initialization = No Return Code Back?
Date: Wed, 13 Sep 2017 08:54:06 -0400

On Tue, Sep 12, 2017 at 9:20 PM, Eduardo Bustamante <dualbus@gmail.com>
wrote:

> On Tue, Sep 12, 2017 at 5:04 PM, Adam Danischewski
> <adam.danischewski@gmail.com> wrote:
> [...]
> > Declaring a variable doesn't seem risky enough to eat up the return code.
> > Is there a reason for this? I doubt that it would break anything to
> change.
> > It's a lot more intuitive and syntactically streamlined to check for
> > missing packages/software at the initial declaration as a sanity check.
>
> This topic has been discussed several times in the past. Please
> review: https://lists.gnu.org/archive/html/bug-bash/2010-03/msg00010.html
> and https://lists.gnu.org/archive/html/bug-bash/2010-03/msg00036.html
> for an explanation.
>
> In short,
declare foo
foo=$(bar) || echo blah

Same for local, etc. It's cleaner anyway


reply via email to

[Prev in Thread] Current Thread [Next in Thread]