Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > gnu.bash.bug > #14367

Re: test -v and environment variable names with subscripts

From konsolebox <konsolebox@gmail.com>
Newsgroups gnu.bash.bug
Subject Re: test -v and environment variable names with subscripts
Date 2018-07-20 02:44 +0800
Message-ID <mailman.3838.1532025887.1292.bug-bash@gnu.org> (permalink)
References <CAMu=BrooFcyHWsERqYnbcgHertcGs2VG6Acb+sK4cWxT8cNCDg@mail.gmail.com>

Show all headers | View raw


On Wed, Jul 18, 2018 at 5:19 AM, Grisha Levit <grishalevit@gmail.com> wrote:
> $ set -u; unset var; f() { test -v 'var[0]'; echo $?; }; var[0]=X f
> 0
> -bash: var[0]: unbound variable

I'm not getting this error.  What version of bash are you using?

-- 
konsolebox

Back to gnu.bash.bug | Previous | Next | Find similar | Unroll thread


Thread

Re: test -v and environment variable names with subscripts konsolebox <konsolebox@gmail.com> - 2018-07-20 02:44 +0800

csiph-web