ppcrcd/trunk/doc/gendoc.pl
sparky
cvs at pld-linux.org
Thu Mar 16 17:53:14 CET 2006
Author: sparky
Date: Thu Mar 16 17:53:12 2006
New Revision: 7197
Modified:
ppcrcd/trunk/doc/gendoc.pl
Log:
- white space after #@ is mandatory
Modified: ppcrcd/trunk/doc/gendoc.pl
==============================================================================
--- ppcrcd/trunk/doc/gendoc.pl (original)
+++ ppcrcd/trunk/doc/gendoc.pl Thu Mar 16 17:53:12 2006
@@ -20,7 +20,7 @@
my $varname = $2;
$hash->{$varname} .= $_;
while ( <F_IN> ) {
- if ( s/^\s*?#@// ) {
+ if ( s/^\s*?#@(\s)/$1/ ) {
s/^ +// or s/^ +//;
$hash->{$varname} .= $_;
} else {
More information about the pld-cvs-commit
mailing list