Revision 6052
Added by Aaron Marcuse-Kubitza about 12 years ago
inputs/.TNRS/tnrs/tnrs.make | ||
---|---|---|
7 | 7 |
if test -n "${log=1}"; then # $log defaults to 1 |
8 | 8 |
exec >>"logs/$0.log.sql" 2>&1 |
9 | 9 |
fi |
10 |
|
|
10 | 11 |
set -x |
12 |
date |
|
13 |
|
|
11 | 14 |
exec tnrs_db "$@" |
Also available in: Unified diff
inputs/.TNRS/tnrs/tnrs.make: Output the time at which it's run, so this is included in the log file