svn commit: r442729 - head/Mk

Gerald Pfeifer gerald at pfeifer.com
Sat Jun 17 23:04:14 UTC 2017


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


More information about the svn-ports-all mailing list