Rev | Line | |
---|
[17802] | 1 | Index: ../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.