sh2ju.sh: suppress which command output when gdate not found in $PATH.

This commit is contained in:
Slava Semushin 2018-02-27 16:27:57 +01:00
parent 02b25ca76b
commit ac8d6a295a

View File

@ -59,7 +59,7 @@ function juLogClean() {
function juLog() {
suite="";
errfile=/tmp/evErr.$$.log
date=`which gdate || which date`
date=`which gdate 2>/dev/null || which date`
asserts=00; errors=0; total=0; content=""
# parse arguments