root/lib/runscripts/extract.run @ 11451
1 |
#!/bin/bash -e
|
---|---|
2 |
. "$(dirname "${BASH_SOURCE[0]}")"/import.run "$@" |
3 |
.rel ../sh/local.sh |
4 |
|
5 |
if self_not_included; then |
6 |
|
7 |
export_()
|
8 |
{
|
9 |
echo_func; set_make_vars; deferred_check_target_exists |
10 |
table=analytical_stem to_top_file pg_export |
11 |
}
|
12 |
|
13 |
fi
|