--- ray/src/util/getfile3.6.tcl 1994/10/28 10:43:36 2.2 +++ ray/src/util/getfile3.6.tcl 1994/10/28 10:57:37 2.3 @@ -157,6 +157,7 @@ proc update_dir w { # Update working directory if {"$curpat" == ""} { set curpat * } + if {"$curdir" == {}} {set curdir {~}} if [catch {cd $curdir} curdir] { set oldcol [lindex [$w.de config -foreground] 4] $w.de config -foreground Red