Revision: 41492
          http://brlcad.svn.sourceforge.net/brlcad/?rev=41492&view=rev
Author:   brlcad
Date:     2010-12-01 07:19:54 +0000 (Wed, 01 Dec 2010)

Log Message:
-----------
add the tally object count to the individual status lines as well so we know 
how many we've processed thus far.  also need to escape the quotes or 
object/file names with spaces in them otherwise printf will be unhappy.

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

Modified: brlcad/trunk/sh/conversion.sh
===================================================================
--- brlcad/trunk/sh/conversion.sh       2010-12-01 06:38:42 UTC (rev 41491)
+++ brlcad/trunk/sh/conversion.sh       2010-12-01 07:19:54 UTC (rev 41492)
@@ -452,9 +452,9 @@
        if test "x$nmg" = "xpass" && test "x$bot" = "xpass" ; then
            status=OK
        fi
-       $ECHO "%-4s\tnmg: %s %s\tbot: %s %s %6ds %s:%s" $status $nmg $real_nmg 
$bot $real_bot $SECONDS "$file" "$object"
+
        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\"
     done
 
     # restore stdin


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

------------------------------------------------------------------------------
Increase Visibility of Your 3D Game App & Earn a Chance To Win $500!
Tap into the largest installed PC base & get more eyes on your game by
optimizing for Intel(R) Graphics Technology. Get started today with the
Intel(R) Software Partner Program. Five $500 cash prizes are up for grabs.
http://p.sf.net/sfu/intelisp-dev2dev
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to