changeset 208:6bee11440024 misc

Add private directories.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 07 Jul 2011 23:27:35 +0300
parents ccfd98ff8be2
children 7d44930cf44f
files materials/mkalloyinfo.sh
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/materials/mkalloyinfo.sh	Fri Apr 22 09:41:38 2011 +0300
+++ b/materials/mkalloyinfo.sh	Thu Jul 07 23:27:35 2011 +0300
@@ -9,7 +9,7 @@
 
 echo "Generating alloy data ..."
 cat ggr_alloys.txt data-*.log > tmp
-cat $HOME/tf/logs/*.log | grep -B1 "^You mix .* and create a quantity of " >> tmp
+cat $HOME/tf/logs/*.log hair_alloy_logs/*.log | grep -B1 "^You mix .* and create a quantity of " >> tmp
 perl -w parsealloys.pl -php < tmp > "$ALLOYPHP"
 perl -w parsealloys.pl -text < tmp > "$ALLOYTXT"