Project

General

Profile

« Previous | Next » 

Revision 9394

lib/runscripts/table.run: $schema, $table: log the `cd` used to calculate the value at log_level 3 instead of 1 (note that the cd() function call for this will be logged at log_level 5)

View differences:

table.run
19 19

  
20 20
if self_not_included; then
21 21

  
22
: "${schema="$(cd "$top_dir"/..; basename "$PWD")"}"
22
: "${schema="$(log+ 2 cd "$top_dir"/..; basename "$PWD")"}"
23 23
mk_esc_name schema
24
: "${table="$( cd "$top_dir"   ; basename "$PWD")"}"
24
: "${table="$( log+ 2 cd "$top_dir"   ; basename "$PWD")"}"
25 25
mk_esc_name table
26 26
export schema table
27 27

  

Also available in: Unified diff