From 3619bc52ccbd5c1e57eb5b4660b542562bf229df Mon Sep 17 00:00:00 2001 From: George Boudreau Date: Mon, 28 Aug 2006 19:42:25 +0000 Subject: [PATCH] Fix bug when ICA/farce testing selected --- common/common-functions | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common/common-functions b/common/common-functions index c142803..a03af8d 100644 --- a/common/common-functions +++ b/common/common-functions @@ -505,8 +505,8 @@ wrt_run_as_chroot1() { # local file=$2 ( cat << EOF - @( time { \$(CHROOT1) 'cd \$(SCRIPT_ROOT) && source envars && \$(crCMDSDIR)/$file >>logs/\$@ 2>&1' ; } ) 2>>logs/\$@ && \\ - \$(PRT_DU_CR) >> logs/\$@ + @( time { \$(CHROOT1) 'cd \$(SCRIPT_ROOT) && source envars && \$(crCMDSDIR)/$file >>logs/${this_script} 2>&1' ; } ) 2>>logs/${this_script} && \\ + \$(PRT_DU_CR) >> logs/${this_script} EOF ) >> $MKFILE.tmp }