Allow comments in the autogen.lastrun file

This commit is contained in:
Tor Lillqvist 2011-08-24 17:49:28 +03:00
parent 785d8c762c
commit e058530153

View File

@ -61,6 +61,8 @@ sub read_args($)
print " $opt\n";
}
}
} elsif ( substr($_, 0, 1) eq "#" ) {
# comment
} else {
push @lst, $_;
}