Revision: 50622
          http://brlcad.svn.sourceforge.net/brlcad/?rev=50622&view=rev
Author:   starseeker
Date:     2012-05-21 20:23:41 +0000 (Mon, 21 May 2012)
Log Message:
-----------
argv arguments are now being handled by getopt for rtwizard or not at all.  
clear argv after processing to avoid accidental additional processing attempts.

Modified Paths:
--------------
    brlcad/trunk/src/tclscripts/rtwizard/rtwizard.tcl

Modified: brlcad/trunk/src/tclscripts/rtwizard/rtwizard.tcl
===================================================================
--- brlcad/trunk/src/tclscripts/rtwizard/rtwizard.tcl   2012-05-21 16:38:17 UTC 
(rev 50621)
+++ brlcad/trunk/src/tclscripts/rtwizard/rtwizard.tcl   2012-05-21 20:23:41 UTC 
(rev 50622)
@@ -102,6 +102,7 @@
 # Perform the actual option parsing
 if {[info exists argv]} {
   set argv2 [getopt::getopt $argv]
+  set argv ""
 }
 if {[info exists argc]} {
   set argc2 $argc

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


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to