ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/util/getfile3.6.tcl
(Generate patch)

Comparing ray/src/util/getfile3.6.tcl (file contents):
Revision 2.5 by greg, Fri Oct 28 20:14:43 1994 UTC vs.
Revision 2.6 by greg, Wed Nov 30 16:04:39 1994 UTC

# Line 174 | Line 174 | proc update_dir w {                    # Update working directory
174          set curdir [pwd]
175          $w.fm.fl delete 0 end
176          set ls ../
177 <        foreach f [glob *] {
177 >        foreach f [glob -nocomplain *] {
178                  if [file isdirectory $f] {
179                          lappend ls $f/
180                  }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines