From 6a1436864acb2fe37286cb229e738af1787c9abe Mon Sep 17 00:00:00 2001 From: Manuel Canales Esparcia Date: Mon, 10 Apr 2006 17:21:46 +0000 Subject: [PATCH] Fixed iteration-1 dependency. --- common/func_ICA.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/func_ICA.sh b/common/func_ICA.sh index ebd2e31..080a26a 100644 --- a/common/func_ICA.sh +++ b/common/func_ICA.sh @@ -29,7 +29,7 @@ wrt_iterations() { # # and "ITERATIONS" with no "$". ITERATION=iteration-$N if [ "$N" = "1" ] ; then - echo "$ITERATION: chapter06" >> $MKFILE + echo "$ITERATION: chapter6" >> $MKFILE wrt_prepare "$ITERATION" wrt_logs_and_clean "$ITERATION" PREV=$ITERATION