bug-bash
[Top][All Lists]
Advanced

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

Re: quoting issue in GCC's gcc/config.gcc ?


From: Roman Rakus
Subject: Re: quoting issue in GCC's gcc/config.gcc ?
Date: Thu, 03 Mar 2011 19:38:09 +0100
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20101209 Fedora/3.1.7-0.35.b3pre.fc14 Thunderbird/3.1.7

On 03/03/2011 07:08 PM, Greg Wooledge wrote:
unset a; case X"${a}" in X) echo good;; *) echo bad;; esac
It's the same as I wrote few seconds before. X"${a}" is parsed to X\117.

RR



reply via email to

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