Skip to content

Commit f663785

Browse files
authored
Follow symlinks in config dir
Addresses #3258
1 parent 9326d5e commit f663785

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tcl/bin/pickconfig.tcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ proc title {node} {
159159
}
160160

161161
proc find_usable_nodes {startdir} {
162-
return [exec find $startdir -type f \
162+
return [exec find -L $startdir -type f \
163163
-name "*.ini" -o -name "*.demo" ]
164164
} ;# find_usable_nodes
165165

0 commit comments

Comments
 (0)