mirror of
https://github.com/verilator/verilator.git
synced 2025-01-09 16:17:36 +00:00
Remove version (mod) flag from releases
This commit is contained in:
parent
e4d5367ead
commit
26eb7c9375
@ -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)";
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user