sigzero - 2009-09-15

I tried this on OSX with ActiveTcl 8.5 and I do not see the error. I did the following from within tclsh:

% mkdir \[temp\]
% set pattern *
% set dir /path/to/the/dir/with/[temp]
% glob -nocomplain -- [file join $dir $pattern]

I get a directory list from the glob with the [temp] directory as well. No errors.

What version of Tcl?

What OS?