Project

General

Profile

« Previous | Next » 

Revision 9408

bugfix: lib/runscripts/table.run: load_data(): use new $verbosity_min instead of running `verbosity_min` so that the command name logging is not output with the new verbosity

View differences:

table.run
66 66
load_data()
67 67
{
68 68
	echo_func
69
	verbosity_min 3 # install logs require verbose output
70
	table_make ${remake:+re}install # just the table
69
	verbosity_min=3 table_make ${remake:+re}install # just the table
70
		# install logs require verbose output
71 71
}
72 72

  
73 73
import()

Also available in: Unified diff