Commit 5dba1c1
committed
check-release.pl: fix release version detection
When gleaning the latest release from the Maven metadata file, the grep
system call (like all system calls from Perl) has a trailing newline.
But we do not want to return the version string to include that newline.
This bug was likely the cause of some weird behavior in
status.imagej.net at various points, including misreporting a component
as being dozens or hundreds of commits ahead of the last release.1 parent 3eb52c8 commit 5dba1c1
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
| 60 | + | |
60 | 61 | | |
61 | 62 | | |
62 | 63 | | |
| |||
0 commit comments