This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

can't invoke tclsh with filename like //e/foo/bar...


It doesn't seem like tclsh uses the same naming convention as the rest
of the tools.  For example, I can do:  

	bash$ cat //e/foo/bar

and it works fine, but if I do:  

	bash$ tclsh76 //e/foo/bar

and it is a legit tcl file, then I get:  

	couldn't read file "//e/foo/bar": no such file or directory

but the following does work:  

	bash$ tclsh76 e:/foo/bar

Am I doing something wrong, or is this a bug.  If it's a bug, do you
think you might fix it soon?  

Thanks!
Colin Davey

-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]