diff options
author | Chris Dyer <cdyer@cs.cmu.edu> | 2011-02-11 10:43:44 -0500 |
---|---|---|
committer | Chris Dyer <cdyer@cs.cmu.edu> | 2011-02-11 10:43:44 -0500 |
commit | e50c5c5b545c61b1e824070a11d5d4215311496e (patch) | |
tree | f57265148ee7dcfd9a70a7972241e1eb714b9383 /vest/dist-vest.pl | |
parent | ee9ddb76dac8d20c06a34c7da373838f046b1b9f (diff) |
vest fix
Diffstat (limited to 'vest/dist-vest.pl')
-rwxr-xr-x | vest/dist-vest.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vest/dist-vest.pl b/vest/dist-vest.pl index 1852fa5a..0a1c06c3 100755 --- a/vest/dist-vest.pl +++ b/vest/dist-vest.pl @@ -592,7 +592,7 @@ sub enseg { my $i=0; while (my $line=<SRC>){ chomp $line; - if (/^\s*<seg/i) { + if ($line =~ /^\s*<seg/i) { print NEWSRC "$line\n"; } else { print NEWSRC "<seg id=\"$i\">$line</seg>\n"; |