Project

General

Profile

« Previous | Next » 

Revision 9351

lib/runscripts/table.run: input_make(): added comment explaining that "${@/#/$table/}" replaces the empty str at the beginning of str (/#) with $table/

View differences:

table.run
26 26
export schema table
27 27

  
28 28
input_make() { echo_func; make --directory="$top_dir"/.. "${@/#/$table/}"; }
29
	# "${@/#/$table/}": replaces empty str at beginning of str (/#) with $table/
29 30

  
30 31
map_table()
31 32
{

Also available in: Unified diff