Index: /issm/trunk-jpl/externalpackages/shell2junit/patch/sh2ju.sh
===================================================================
--- /issm/trunk-jpl/externalpackages/shell2junit/patch/sh2ju.sh	(revision 16643)
+++ /issm/trunk-jpl/externalpackages/shell2junit/patch/sh2ju.sh	(revision 16644)
@@ -83,5 +83,5 @@
   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
