Software Freedom Law Center

Changeset 24

Show
Ignore:
Timestamp:
12/09/07 22:58:17 (1 year ago)
Author:
bkuhn
Message:
  • Fixed pattern match
Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/dev-tools/update-loblaw-test.plx

    r23 r24  
    230230    or DieLog("unable to open $LOBLAW_LIST_FILE: $!"); 
    231231  while (my $line = <FILE_LIST>) { 
    232     next if /^\s*#/; 
     232    next if $line =~ /^\s*#/; 
    233233    unless ($line =~ 
    234234            m%^\s*([/a-zA-Z0-9\-\.\_]+)\s+\=\>\s+/([/a-zA-Z0-9\-\.\_]+)\s*$%) { 

SFLC Main Page

[frdm] Support SFLC