Revision: 57157
          http://sourceforge.net/p/brlcad/code/57157
Author:   tbrowder2
Date:     2013-08-27 00:52:57 +0000 (Tue, 27 Aug 2013)
Log Message:
-----------
use current attr syntax

Modified Paths:
--------------
    brlcad/trunk/TODO

Modified: brlcad/trunk/TODO
===================================================================
--- brlcad/trunk/TODO   2013-08-27 00:50:11 UTC (rev 57156)
+++ brlcad/trunk/TODO   2013-08-27 00:52:57 UTC (rev 57157)
@@ -657,9 +657,9 @@
 
 * make ged command names aware of object arguments for automatic
   globbing and regular expression expansion:
-       attr set t 1 [regex .*\.r]
-       attr set t 1 [glob *.r]
-       attr set t 1 *.r
+       attr set [regex .*\.r] t 1
+       attr set [glob *.r] t 1
+       attr set *.r t 1
 
 * mged crashes on Mac if using system Tcl/Tk with our incrTcl.
   crashes with the following stack (same whether dm-X or dm-ogl):

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


------------------------------------------------------------------------------
Introducing Performance Central, a new site from SourceForge and 
AppDynamics. Performance Central is your source for news, insights, 
analysis and resources for efficient Application Performance Management. 
Visit us today!
http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to