Index: ../trunk-jpl/externalpackages/shell2junit/patch/sh2ju.sh =================================================================== --- ../trunk-jpl/externalpackages/shell2junit/patch/sh2ju.sh (revision 16643) +++ ../trunk-jpl/externalpackages/shell2junit/patch/sh2ju.sh (revision 16644) @@ -82,7 +82,7 @@ #echo "+++ command: $cmd" | tee -a $outf ini=`date +%s` #eVal "$cmd" 2>&1 | tee -a $outf - echo $cmd | tee -a $outf + echo "$cmd" | tee -a $outf evErr=`cat $errfile` rm -f $errfile end=`date +%s`