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 #10 from Mamoru Tasaka <[email protected]> 2010-07-20 
07:01:27 EDT ---
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>
----------------------------------------------------------

-- 
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
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/package-review

Reply via email to