Revision 9387
Added by Aaron Marcuse-Kubitza over 11 years ago
lib/runscripts/table.run | ||
---|---|---|
31 | 31 |
{ |
32 | 32 |
echo_func; kw_params silent |
33 | 33 |
make --directory="$top_dir"/.. ${silent:+--silent }"${@/#/$table/}" |
34 |
# "${@/#/$table/}": replaces empty str at beginning of str (/#) with $table/ |
|
34 | 35 |
} |
35 |
# "${@/#/$table/}": replaces empty str at beginning of str (/#) with $table/ |
|
36 | 36 |
|
37 | 37 |
map_table() |
38 | 38 |
{ |
Also available in: Unified diff
lib/runscripts/table.run: table_make(): moved comment about "${@/#/$table/}" to right after the line it describes