Project

General

Profile

« Previous | Next » 

Revision 9320

lib/sh/util.sh: use new log+ with a numeric arg instead of multiple calls to log++

View differences:

lib/sh/util.sh
339 339

  
340 340
echo_vars() # usage: echo_vars var...
341 341
{
342
	log++; log++
342
	log+ 2
343 343
	if can_log; then
344 344
		local var
345 345
		for var in "${@%%=*}"; do

Also available in: Unified diff