public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
From: Francesco Riosa <BastianBalthazarBux@pnpitalia.it>
To: gentoo-dev@lists.gentoo.org
Subject: Re: [gentoo-dev] Modular texlive eclasses up for review
Date: Tue, 09 Oct 2007 14:49:05 +0200	[thread overview]
Message-ID: <470B78C1.40006@pnpitalia.it> (raw)
In-Reply-To: <1191931234.7550.5.camel@uberlaptop.marples.name>

Roy Marples ha scritto:
> On Tue, 2007-10-09 at 13:17 +0200, Alexis Ballier wrote:
>   
>>> if [ "${f/config/}" != "${f}" ]
>>> Should be
>>> if [ "${f#*config*}" != "${f}" ]
>>>       
Should be

if [ "${f#*config}" != "${f}" ]

the 2nd asterisk is not needed, symmetry apart


>> changed that one, the "semantics" looks better indeed; what is wanted
>> here is to exclude $f containing "config". Am I missing something when
>> I understand it as the exact same thing but more readable ?
>>     
>
> The former is bash specific, the later is POSIX. Both do different
> things though.
>
> Thanks
>
> Roy
>
>   

-- 
gentoo-dev@gentoo.org mailing list



  reply	other threads:[~2007-10-09 13:03 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-10-08 21:47 [gentoo-dev] Modular texlive eclasses up for review Alexis Ballier
2007-10-08 23:03 ` Alexis Ballier
2007-10-09  0:08   ` Jeroen Roovers
2007-10-09  7:13   ` Roy Marples
2007-10-09 11:17     ` Alexis Ballier
2007-10-09 12:00       ` Roy Marples
2007-10-09 12:49         ` Francesco Riosa [this message]
2007-10-10  9:58           ` Alexis Ballier

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=470B78C1.40006@pnpitalia.it \
    --to=bastianbalthazarbux@pnpitalia.it \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox