[Bug 614451] Review Request: rubygem-gherkin - A fast Gherkin lexer/parser based on the Ragel State Machine Compiler.

bugzilla at redhat.com bugzilla at redhat.com
Tue Jul 20 11:01:28 UTC 2010


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 <mtasaka at ioa.s.u-tokyo.ac.jp> 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.



More information about the package-review mailing list