Remove version (mod) flag from releases

This commit is contained in:
Wilson Snyder 2009-10-26 20:26:28 -04:00
parent e4d5367ead
commit 26eb7c9375

View File

@ -25,7 +25,8 @@ if ($data =~ /(verilator.*)/i) {
}
$data = `git status`;
if ($data !~ /nothing to commit/i) {
if ($data =~ /Changed but not updated/i
|| $data =~ /Changes to be committed/i) {
$rev .= " (mod)";
}