[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: New auxiliary archive script
From: |
Eric Blake |
Subject: |
Re: New auxiliary archive script |
Date: |
Tue, 10 Aug 2010 06:40:42 -0600 |
User-agent: |
Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.8) Gecko/20100805 Red Hat/3.1.2-2.el6 Mnenhy/0.8.3 Thunderbird/3.1.2 |
On 08/10/2010 01:01 AM, Peter Rosin wrote:
>> Further I'm fixing the archive and the compile script to use ! not ^ for
>> shell pattern negation, and using $me also in the --help output.
>
> I tested with $me in the --help output but didn't get it to work so I
> removed it. But your version works. Sigh...
>
> BTW, why is ! better than ^ here? Just curious.
Because POSIX requires ! in shell pattern negation, but leaves ^
unspecified, and because older shells only understand !. Autoconf has
tests that guarantee that all shells supported by autoconf support [!a]
negated patterns.
--
Eric Blake address@hidden +1-801-349-2682
Libvirt virtualization library http://libvirt.org
signature.asc
Description: OpenPGP digital signature
- Re: cond5.test spurious failure, (continued)
- Re: New auxiliary archive script, Peter Rosin, 2010/08/06
- Re: New auxiliary archive script, Ralf Wildenhues, 2010/08/07
- Re: New auxiliary archive script, Ralf Wildenhues, 2010/08/08
- Re: New auxiliary archive script, Peter Rosin, 2010/08/08
- Re: New auxiliary archive script, Andrew W. Nosenko, 2010/08/08
- Re: New auxiliary archive script, Ralf Wildenhues, 2010/08/09
- Re: New auxiliary archive script, Peter Rosin, 2010/08/10
- Re: New auxiliary archive script, Peter Rosin, 2010/08/10
- Re: New auxiliary archive script,
Eric Blake <=
- Re: New auxiliary archive script, Ralf Wildenhues, 2010/08/10
- Re: New auxiliary archive script, Peter Rosin, 2010/08/11
- Re: New auxiliary archive script, Christopher Hulbert, 2010/08/11
- Re: New auxiliary archive script, Ralf Wildenhues, 2010/08/11
- Re: New auxiliary archive script, Peter Rosin, 2010/08/12
- Re: New auxiliary archive script, Ralf Wildenhues, 2010/08/12
- Re: New auxiliary archive script, Peter Rosin, 2010/08/13
- translation of command line arguments (was: New auxiliary archive script), Ralf Wildenhues, 2010/08/13
- Re: translation of command line arguments, Peter Rosin, 2010/08/16
- Re: New auxiliary archive script, Peter Rosin, 2010/08/08