Project

General

Profile

« Previous | Next » 

Revision 12809

fix: lib/sh/util.sh: log_err() calls: removed manual highlighting

View differences:

trunk/lib/sh/util.sh
524 524
	save_e; kw_params verbosity_min; : "${verbosity_min:?}"
525 525
	echo_vars verbosity
526 526
	if test "$(verbosity_int)" -lt "$verbosity_min"; then
527
		log_hint ' to see error details, prepend `vb='"$verbosity_min"'` to the command '
527
		log_hint 'to see error details, prepend `vb='"$verbosity_min"'` to the command'
528 528
	fi
529 529
	rethrow
530 530
}

Also available in: Unified diff