Revision 9351
Added by Aaron Marcuse-Kubitza almost 12 years ago
lib/runscripts/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
lib/runscripts/table.run: input_make(): added comment explaining that "${@/#/$table/}" replaces the empty str at the beginning of str (/#) with $table/