[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Issue with Bash-4.3 Official Patch 27
From: |
Chet Ramey |
Subject: |
Re: Issue with Bash-4.3 Official Patch 27 |
Date: |
Fri, 17 Oct 2014 14:44:40 -0400 |
User-agent: |
Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 |
On 10/17/14, 11:22 AM, Lorenz.Bucher.ext@rohde-schwarz.com wrote:
> No, I can't.
> $ foo%%="bar"
> foo%%=bar: command not found
You just demonstrated what I wrote:
> No, shell variable names should continue to be shell identifiers. You
> can already use `%' (any character, really) in environment variable
> names.
You attempted to create a shell variable with a name that isn't a valid
shell identifier, and it didn't work. You can use `env' or equivalent to
place arbitrary strings into the environment, but you can't use the shell
to do it.
Chet
--
``The lyf so short, the craft so long to lerne.'' - Chaucer
``Ars longa, vita brevis'' - Hippocrates
Chet Ramey, ITS, CWRU chet@case.edu http://cnswww.cns.cwru.edu/~chet/
- Re: Issue with Bash-4.3 Official Patch 27, (continued)
- Re: Issue with Bash-4.3 Official Patch 27, Eduardo A . Bustamante López, 2014/10/15
- Re: Issue with Bash-4.3 Official Patch 27, Greg Wooledge, 2014/10/15
- Re: Issue with Bash-4.3 Official Patch 27, Lorenz . Bucher . ext, 2014/10/15
- Re: Issue with Bash-4.3 Official Patch 27, Eric Blake, 2014/10/15
- Re: Issue with Bash-4.3 Official Patch 27, Chet Ramey, 2014/10/16
- Re: Issue with Bash-4.3 Official Patch 27, Geir Hauge, 2014/10/16
- Re: Issue with Bash-4.3 Official Patch 27, Chet Ramey, 2014/10/17
- Re: Issue with Bash-4.3 Official Patch 27, Lorenz . Bucher . ext, 2014/10/17
- Re: Issue with Bash-4.3 Official Patch 27, Greg Wooledge, 2014/10/17
- Re: Issue with Bash-4.3 Official Patch 27, Chet Ramey, 2014/10/17
- Re: Issue with Bash-4.3 Official Patch 27,
Chet Ramey <=
Re: Issue with Bash-4.3 Official Patch 27, Steve Simmons, 2014/10/15
Re: Issue with Bash-4.3 Official Patch 27, Chet Ramey, 2014/10/16