Date: Sun, 18 Jun 2017 01:04:10 +0200 (CEST) From: Gerald Pfeifer <gerald@pfeifer.com> To: Bryan Drewery <bdrewery@FreeBSD.org> Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r442729 - head/Mk Message-ID: <alpine.LSU.2.21.1706180101170.2749@anthias.pfeifer.com> In-Reply-To: <201706060015.v560FKXX085956@repo.freebsd.org> References: <201706060015.v560FKXX085956@repo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 6 Jun 2017, Bryan Drewery wrote: > Log: > No quoting needed here. I find that I often log at the output of svn log when I'm debugging something, or just try to understand, and will admit that a message like this is a little terse (in that it doesn't provide context where this happened). > -DEPENDS_ARGS+= RUBY_VER="${RUBY_VER}" > +DEPENDS_ARGS+= RUBY_VER=${RUBY_VER} How about something like No quoting needed when adding RUBY_VER to DEPENDS_ARGS. or so? Still less than one line, one two seconds more of typing. :-) Gerald
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?alpine.LSU.2.21.1706180101170.2749>