Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=614451 --- Comment #11 from Michal Fojtik <mfojtik@xxxxxxxxxx> 2010-07-20 08:09:51 EDT --- (In reply to comment #10) > I will check your latest srpm later, however just for this: > > (In reply to comment #9) > > Thanks a lot ! Btw. what means that '%' in ${lexer_dir%/} ? > > ${lexer_dir%/} is bash (sh) syntax > --------------------------------------------------------- > ${parameter%word} > ${parameter%%word} > Remove matching suffix pattern. The word is expanded > to produce a pattern just as in pathname expansion. > If the pattern matches a trailing portion of the expanded > value of parameter, then the result of the expansion > is the expanded value of parameter with the shortest > matching pattern (the ``%'' case) or the longest > matching pattern (the ``%%'' case) deleted. > <following explanation omitted> > ---------------------------------------------------------- Interesting, I didn't know that. Thanks! -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ package-review mailing list package-review@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/package-review