Project

General

Profile

« Previous | Next » 

Revision 10865

bugfix: bin/make_analytical_db: `/run export_`: don't take input from the terminal, because this causes rm to prompt the user (from a background task) about overwriting the previous export

View differences:

bin/make_analytical_db
58 58
EOF
59 59
) || exit
60 60

  
61
remake=1 "$selfDir"/../run export_
61
remake=1 "$selfDir"/../run export_ </dev/null
62 62
#"$selfDir/export_analytical_db"

Also available in: Unified diff