Revision 5122
Added by Aaron Marcuse-Kubitza about 12 years ago
inputs/.TNRS/tnrs/tnrs.make | ||
---|---|---|
5 | 5 |
prefix=; . vegbien_dest |
6 | 6 |
|
7 | 7 |
if test -n "${log=1}"; then # $log defaults to 1 |
8 |
exec &>"$0.log"
|
|
8 |
exec >>"$0.log" 2>&1
|
|
9 | 9 |
fi |
10 |
set -x |
|
10 | 11 |
exec tnrs_db "$@" |
Also available in: Unified diff
inputs/.TNRS/tnrs/tnrs.make: Append to the log file instead of overwriting it, so that the TNRS scrubbing of each import's new taxonomic names can be included in one log file. Echo the command to the log file to identify separate runs.