Changeset 126 for trunk/debbuild


Ignore:
Timestamp:
08/07/07 14:47:36 (17 years ago)
Author:
kdeugau
Message:

/trunk

Add support for %{echo:}

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/debbuild

    r125 r126  
    565565      next LINE;
    566566    } # %if/%else/%endif
     567
     568    if (/^\%{echo:(.+)}/) {
     569      my $output = expandmacros($1, 'gp');
     570      print "$output\n";
     571    }
    567572
    568573# now we pick out the sections and set "state" to parse that section.  Fugly but I can't see a better way.  >:(
Note: See TracChangeset for help on using the changeset viewer.