diff --git a/common/common-functions b/common/common-functions index f0f9371..dd7f1d3 100644 --- a/common/common-functions +++ b/common/common-functions @@ -519,7 +519,7 @@ wrt_run_as_chroot2() { # local file=$2 ( cat << EOF - @( time { \$(CHROOT2) 'cd \$(SCRIPT_ROOT) && source envars && \$(crCMDSDIR)/`dirname $file`/\$@ >>logs/\@ 2>&1' ; } ) 2>>logs/\@ && \\ + @( time { \$(CHROOT2) 'cd \$(SCRIPT_ROOT) && source envars && \$(crCMDSDIR)/`dirname $file`/\$@ >>logs/\$@ 2>&1' ; } ) 2>>logs/\$@ && \\ \$(PRT_DU_CR) >> logs/\$@ EOF ) >> $MKFILE.tmp