Clone
Gustaf Neumann <neumann@wu-wien.ac.at>
committed
on 06 Oct
Tcl9 fix: fixed handling of leading "~" in file paths.
In the Unix shell tradition, leading "~" in file paths denotes
to the home directory.… Show more
Tcl9 fix: fixed handling of leading "~" in file paths.

In the Unix shell tradition, leading "~" in file paths denotes

to the home directory. In Tcl9, we have to use [file home] instead.

Show less