Allow comments in the autogen.lastrun file
This commit is contained in:
@@ -61,6 +61,8 @@ sub read_args($)
|
|||||||
print " $opt\n";
|
print " $opt\n";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
} elsif ( substr($_, 0, 1) eq "#" ) {
|
||||||
|
# comment
|
||||||
} else {
|
} else {
|
||||||
push @lst, $_;
|
push @lst, $_;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user