Revision: 41977
          http://brlcad.svn.sourceforge.net/brlcad/?rev=41977&view=rev
Author:   brlcad
Date:     2011-01-06 17:11:18 +0000 (Thu, 06 Jan 2011)

Log Message:
-----------
use %f instead of %ld.  also quote all of the printf arugments in case any of 
them are empty valued

Modified Paths:
--------------
    brlcad/trunk/sh/conversion.sh

Modified: brlcad/trunk/sh/conversion.sh
===================================================================
--- brlcad/trunk/sh/conversion.sh       2011-01-06 16:55:22 UTC (rev 41976)
+++ brlcad/trunk/sh/conversion.sh       2011-01-06 17:11:18 UTC (rev 41977)
@@ -499,7 +499,7 @@
        fi
 
        count=`expr $count + 1`
-       $ECHO "%-4s\tnmg: %s %s\tbot: %s %s %6lds %*s%ld %s:%s" $status $nmg 
$real_nmg $bot $real_bot $SECONDS \"`expr 7 - $count : '.*'`\" \"#\" $count 
\"$file\" \"$object\"
+       $ECHO "%-4s\tnmg: %s %s\tbot: %s %s %6.0fs %*s%.0f %s:%s" \"$status\" 
\"$nmg\" \"$real_nmg\" \"$bot\" \"$real_bot\" \"$SECONDS\" \"`expr 7 - $count : 
'.*'`\" \"#\" $count \"$file\" \"$object\"
     done
 
     # restore stdin


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

------------------------------------------------------------------------------
Learn how Oracle Real Application Clusters (RAC) One Node allows customers
to consolidate database storage, standardize their database environment, and, 
should the need arise, upgrade to a full multi-node Oracle RAC database 
without downtime or disruption
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to