# HG changeset patch # User greg # Date 1513704560 18000 # Node ID 84c909b549a96e92fa72ff1fa8dbd5ea7ab5bcd5 # Parent 8a10282ce21726eab43795ccca6f249f1d52b642 Uploaded diff -r 8a10282ce217 -r 84c909b549a9 ideas.xml --- a/ideas.xml Tue Dec 19 10:04:11 2017 -0500 +++ b/ideas.xml Tue Dec 19 12:29:20 2017 -0500 @@ -47,9 +47,9 @@ -exclude '$blacklist_input' #end if $norm -&>prepmat.log; +&>prepmat_log.txt; if [[ $? -ne 0 ]]; then - cp prepmat.log '$output_txt_dir'; + cp prepmat_log.txt '$output_txt_dir'; exit 1; fi ##############################################