Revision 9428
Added by Aaron Marcuse-Kubitza over 11 years ago
lib/runscripts/table.run | ||
---|---|---|
20 | 20 |
if self_not_included; then |
21 | 21 |
|
22 | 22 |
: "${schema="$(log+ 2 cd "$top_dir"/..; basename "$PWD")"}" |
23 |
mk_esc_name schema |
|
24 | 23 |
: "${table="$( log+ 2 cd "$top_dir" ; basename "$PWD")"}" |
25 |
mk_esc_name table |
|
26 | 24 |
export schema table |
27 | 25 |
|
28 | 26 |
table_make() # usage: [silent=1] table_make target... |
Also available in: Unified diff
lib/runscripts/table.run: don't mk_esc_name schema, table because these will be mk_esc_name'd by functions that use them