Project

General

Profile

« Previous | Next » 

Revision 8808

/run: export_ (): pass "$@" to invoked functions since it may contain psql connection or config info

View differences:

run
10 10
export_ ()
11 11
{
12 12
	echo_func "$@"
13
	pg_export_table_to_dir_no_header geoscrub_input
13
	pg_export_table_to_dir_no_header geoscrub_input "$@"
14 14
}
15 15

  
16 16
fi

Also available in: Unified diff