[EMAIL PROTECTED] wrote:
> I had been using ${HOSTNAME%%.*} in my prompt to show the local
> host name portion of my full host name (e.g. localhost instead
> of localhost.localdomain). After enabling the nullglob shell
> option, this pattern is being replaced by a n
Chet Ramey <[EMAIL PROTECTED]> wrote:
> I am considering manipulating the `environ' variable when bash's list
> of exported variables changes. That might be enough to make the libc
> getenv() work.
I can't quite tell what's going on in lib/sh/getenv.c, but could you
(if you don't already) use lib
dont know why i didnt forward this earlier ...
http://bugs.gentoo.org/show_bug.cgi?id=69407
user has attached many patches but again these are out of my league :)
-mike
___
Bug-bash mailing list
Bug-bash@gnu.org
http://lists.gnu.org/mailman/listinfo/bu
I've come to a better understanding of how expansion occurs and now
realize that this is not a bug.
Thanks to Chet for his time in responding to my messages.
___
Bug-bash mailing list
Bug-bash@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-bash
Hi Chet,
While the iron is still hot, I am submitting the following modification
that I made to 'parse.y' and any other files related to features added
to 'parse.y'. I would like to see some of them included in the next
release.
1.
http://home.eol.ca/~parkw/index.html#here_file
He