[Bug 233951] Tools/scripts/bump-revision.sh fails to handle PORTREVISIONs with a comment
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Wed Dec 12 14:46:47 UTC 2018
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=233951
Adam Weinberger <adamw at FreeBSD.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |adamw at FreeBSD.org
--- Comment #1 from Adam Weinberger <adamw at FreeBSD.org> ---
Yeah, I suspect that line 63 of bump-revision.sh
case `echo "$revision_str" | awk -F "\t+" '{ print $2 }'` in
could just as easily be
case `echo "$revision_str" | awk '{ print $2 }'` in
I don't suspect there's much value in caring what sort of whitespace it is.
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the freebsd-ports-bugs
mailing list