bug-bash
[Top][All Lists]
Advanced

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

Re: readonly variables


From: Dave Rutherford
Subject: Re: readonly variables
Date: Tue, 8 Apr 2003 11:24:13 -0400 (EDT)

On Tue, 8 Apr 2003, Chet Ramey wrote:

> > Description:
> >     removing the "readonly" flag of a variable does not work!
>
> It's disallowed.  Once made readonly, a variable may not be changed or
> unset.

That much makes sense.  But then, what purpose does the `-n'
argument to `readonly' have?  The help says:

    An argument of `-n' says to remove the readonly property
    from subsequent NAMEs.

If this never works, it shouldn't be described as though it did.

Dave





reply via email to

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