Revision: 77353
          http://sourceforge.net/p/brlcad/code/77353
Author:   brlcad
Date:     2020-10-06 20:58:31 +0000 (Tue, 06 Oct 2020)
Log Message:
-----------
fixed a pixcmp bug where it skipped the last byte comparison, so now we need to 
not send the newline

Modified Paths:
--------------
    brlcad/trunk/bench/run.sh

Modified: brlcad/trunk/bench/run.sh
===================================================================
--- brlcad/trunk/bench/run.sh   2020-10-06 20:55:19 UTC (rev 77352)
+++ brlcad/trunk/bench/run.sh   2020-10-06 20:58:31 UTC (rev 77353)
@@ -613,7 +613,7 @@
 fi
 
 # sanity check: make sure $CMP runs
-out=`echo "" | eval \"$CMP\" - - 2>&1`
+out=`echo -n "" | eval \"$CMP\" - - 2>&1`
 ret=$?
 if test ! "x${ret}" = "x0" ; then
     $ECHO

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to