Project

General

Profile

« Previous | Next » 

Revision 6051

inputs/.TNRS/tnrs/tnrs.make: Moved log file to logs/tnrs.make.log.sql so it would automatically be synced along with the other import logs

View differences:

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" 2>&1
8
    exec >>"logs/$0.log.sql" 2>&1
9 9
fi
10 10
set -x
11 11
exec tnrs_db "$@"

Also available in: Unified diff