From ddc0d9afc4814d67a184fa1464a4e3897c4cd273 Mon Sep 17 00:00:00 2001 From: George Boudreau Date: Sun, 27 Aug 2006 23:55:43 +0000 Subject: [PATCH] correct a fatal error when running ICA/farce tests --- common/common-functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/common-functions b/common/common-functions index 9eee315..c142803 100644 --- a/common/common-functions +++ b/common/common-functions @@ -505,7 +505,7 @@ wrt_run_as_chroot1() { # local file=$2 ( cat << EOF - @( time { \$(CHROOT1) 'cd \$(SCRIPT_ROOT) && source envars && \$(crCMDSDIR)/`dirname $file`/\$@ >>logs/\$@ 2>&1' ; } ) 2>>logs/\$@ && \\ + @( time { \$(CHROOT1) 'cd \$(SCRIPT_ROOT) && source envars && \$(crCMDSDIR)/$file >>logs/\$@ 2>&1' ; } ) 2>>logs/\$@ && \\ \$(PRT_DU_CR) >> logs/\$@ EOF ) >> $MKFILE.tmp