source: issm/oecreview/Archive/16554-17801/ISSM-16643-16644.diff@ 17802

Last change on this file since 17802 was 17802, checked in by Mathieu Morlighem, 11 years ago

Added archives

File size: 548 bytes
RevLine 
[17802]1Index: ../trunk-jpl/externalpackages/shell2junit/patch/sh2ju.sh
2===================================================================
3--- ../trunk-jpl/externalpackages/shell2junit/patch/sh2ju.sh (revision 16643)
4+++ ../trunk-jpl/externalpackages/shell2junit/patch/sh2ju.sh (revision 16644)
5@@ -82,7 +82,7 @@
6 #echo "+++ command: $cmd" | tee -a $outf
7 ini=`date +%s`
8 #eVal "$cmd" 2>&1 | tee -a $outf
9- echo $cmd | tee -a $outf
10+ echo "$cmd" | tee -a $outf
11 evErr=`cat $errfile`
12 rm -f $errfile
13 end=`date +%s`
Note: See TracBrowser for help on using the repository browser.