Date: Wed, 12 Dec 2018 14:46:44 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 233951] Tools/scripts/bump-revision.sh fails to handle PORTREVISIONs with a comment Message-ID: <bug-233951-7788-Rk2il0W1K4@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-233951-7788@https.bugs.freebsd.org/bugzilla/> References: <bug-233951-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D233951 Adam Weinberger <adamw@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |adamw@FreeBSD.org --- Comment #1 from Adam Weinberger <adamw@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. --=20 You are receiving this mail because: You are on the CC list for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-233951-7788-Rk2il0W1K4>