Mercurial > repos > greg > ideas
changeset 139:84c909b549a9 draft
Uploaded
author | greg |
---|---|
date | Tue, 19 Dec 2017 12:29:20 -0500 |
parents | 8a10282ce217 |
children | 17e8829bbae2 |
files | ideas.xml |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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 ##############################################