Software Freedom Law Center

Changeset 21

Show
Ignore:
Timestamp:
12/09/07 22:48:14 (1 year ago)
Author:
bkuhn
Message:
  • Fixed regex check
Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/ChangeLog

    r11 r21  
    33        * dev-tools/update-loblaw-test.plx (ProcessRevision): Added 'push' 
    44        at completion.  Added check on commit success. 
     5        (BuildDualVersionFileList): Fixed regex check. 
    56 
    67        * dev-tools/post-hook-loblaw-test-feed.plx: Ported over from export-cal. 
  • trunk/dev-tools/update-loblaw-test.plx

    r18 r21  
    231231  while (my $line = <FILE_LIST>) { 
    232232    next if /^\s*#/; 
    233     unless (m%^\s*([/a-zA-Z0-9\-\.\_]+)\s+\=\>\s+/([/a-zA-Z0-9\-\.\_]+)\s*$%) { 
     233    unless ($line =~ 
     234            m%^\s*([/a-zA-Z0-9\-\.\_]+)\s+\=\>\s+/([/a-zA-Z0-9\-\.\_]+)\s*$%) { 
    234235      # I am extremely picky in this regex to be super-security concious 
    235236      DieLog("Invalid line in $LOBLAW_LIST_FILE: $line"); 

SFLC Main Page

[frdm] Support SFLC