Changeset 1808

Show
Ignore:
Timestamp:
07/07/06 22:41:15 (2 years ago)
Author:
augur
Message:

Patch to fixperl.pl from Peter Karman (thanks!)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/swish-e/src/win32/fixperl.pl

    r1375 r1808  
    5252    while ( <INF> ) { 
    5353        for my $setting ( @config_options ) { 
    54             $count += s/\@\@$setting\@\@/$config->{$setting}/g; 
     54            $count += s/qw\( \@\@$setting\@\@ \)/'$config->{$setting}'/g; 
    5555        } 
    5656        print OUTF;