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


Groups > gnu.bash.bug > #15476

Is this a bug by any chance?

From George R Goffe <grgoffe@yahoo.com>
Newsgroups gnu.bash.bug
Subject Is this a bug by any chance?
Date 2019-10-05 18:48 +0000
Message-ID <mailman.1049.1570301325.2651.bug-bash@gnu.org> (permalink)
References <99440807.4131727.1570301315442.ref@mail.yahoo.com> <99440807.4131727.1570301315442@mail.yahoo.com>

Show all headers | View raw


Hi,

I just built the latest bash in an effort to determine if thie script shows a bug or a ufu. Can you help me please?

I was expecting to see:
12345

Best regards AND thanks for your help,

George...

#!./bash -xv
 x="1 2 3 4 5"
+ x='1 2 3 4 5'
 for z in "$x"
    do
       echo "$z"
    done
+ for z in "$x"
+ echo '1 2 3 4 5'
 1 2 3 4 5
 exit 0
+ exit 0

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


Thread

Is this a bug by any chance? George R Goffe <grgoffe@yahoo.com> - 2019-10-05 18:48 +0000

csiph-web