correct a fatal error when running ICA/farce tests

This commit is contained in:
George Boudreau 2006-08-27 23:55:43 +00:00
parent fdd3b0412a
commit ddc0d9afc4

View file

@ -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