Skip to content
Snippets Groups Projects

fixed problem with doxygen wrapper

Merged Marco Clemencic requested to merge clemenci/LbScripts:fix-doxygen-wrapper into master

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • I fixed it in place (/afs/cern.ch/lhcb/software/releases/LBSCRIPTS/LBSCRIPTS_v8r7p1/InstallArea/scripts) because it was causing some annoying errors in Gaudi builds in the nightlies.

  • So that I remember what it does:

       ${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.  If parameter is @
              or *, the pattern removal operation is  applied  to  each  posi‐
              tional  parameter  in  turn,  and the expansion is the resultant
              list.  If parameter is an array variable subscripted with  @  or
              *,  the  pattern  removal operation is applied to each member of
              the array in turn, and the expansion is the resultant list.
  • Ben Couturier Status changed to merged

    Status changed to merged

  • Ben Couturier mentioned in commit 7028b2a0

    mentioned in commit 7028b2a0

  • Ben Couturier Milestone changed to %v9r0p2

    Milestone changed to %v9r0p2

Please register or sign in to reply
Loading