help-bash
[Top][All Lists]
Advanced

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

Re: [Help-bash] Can anyone explain this?


From: Dan Douglas
Subject: Re: [Help-bash] Can anyone explain this?
Date: Fri, 04 May 2012 17:25:46 -0500
User-agent: KMail/4.8.2 (Linux/3.3.4-pf; KDE/4.8.2; x86_64; ; )

On Friday, May 04, 2012 04:10:26 PM Bill Gradwohl wrote:

On Fri, May 4, 2012 at 3:59 PM, John Kearney <address@hidden> wrote:

See
http://lists.gnu.org/archive/html/bug-bash/2012-04/msg00088.html


Thank You

If the error message would say that it would be helpful.

--
Bill Gradwohl

It also appears seting a readonly variable to null is inconsistent with other types of assignment.

 

$ ( declare -r x; declare -p x )

-bash: declare: x: not found

$ ( declare -r x=; declare -p x )

declare -r x=""

 

--

Dan Douglas

Attachment: signature.asc
Description: This is a digitally signed message part.


reply via email to

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