Revision: 45920
          http://brlcad.svn.sourceforge.net/brlcad/?rev=45920&view=rev
Author:   bhinesley
Date:     2011-08-11 03:23:31 +0000 (Thu, 11 Aug 2011)

Log Message:
-----------
set -nocomplain on glob, just in case; we don't want to fail to start due to 
some missing files

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

Modified: brlcad/trunk/src/tclscripts/man_browser.tcl
===================================================================
--- brlcad/trunk/src/tclscripts/man_browser.tcl 2011-08-11 02:44:13 UTC (rev 
45919)
+++ brlcad/trunk/src/tclscripts/man_browser.tcl 2011-08-11 03:23:31 UTC (rev 
45920)
@@ -122,7 +122,7 @@
 # 'path' with those listed in 'disabledPages' and 'enabledPages'.
 ::itcl::body ManBrowser::setPageNames {} {
    if {[file exists $path]} {
-    set manFiles [glob -directory $path *.html ]
+    set manFiles [glob -nocomplain -directory $path *.html ]
 
     set pages($this) [list]
     foreach manFile $manFiles {


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

------------------------------------------------------------------------------
Get a FREE DOWNLOAD! and learn more about uberSVN rich system, 
user administration capabilities and model configuration. Take 
the hassle out of deploying and managing Subversion and the 
tools developers use with it. 
http://p.sf.net/sfu/wandisco-dev2dev
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to