diff options
author | dgp <dgp@users.sourceforge.net> | 2001-09-11 03:01:56 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2001-09-11 03:01:56 (GMT) |
commit | 35f80ef0b54395ebe7556da6c8b96d12c04d7b47 (patch) | |
tree | 1ffcb069e39fa7c6aaac697bc4abd7f7aa271fa4 /unix/mkLinks | |
parent | 3a14976bfce04c12422b711c208c49585f6a28ec (diff) | |
download | tcl-35f80ef0b54395ebe7556da6c8b96d12c04d7b47.zip tcl-35f80ef0b54395ebe7556da6c8b96d12c04d7b47.tar.gz tcl-35f80ef0b54395ebe7556da6c8b96d12c04d7b47.tar.bz2 |
* Updated to reflect 2001-08-23 file system changes.
Diffstat (limited to 'unix/mkLinks')
-rw-r--r-- | unix/mkLinks | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/unix/mkLinks b/unix/mkLinks index db16667..68fdad4 100644 --- a/unix/mkLinks +++ b/unix/mkLinks @@ -456,7 +456,7 @@ if test -r FileSystem.3; then rm -f Tcl_FSEvalFile.3 rm -f Tcl_FSLoadFile.3 rm -f Tcl_FSMatchInDirectory.3 - rm -f Tcl_FSReadlink.3 + rm -f Tcl_FSLink.3 rm -f Tcl_FSLstat.3 rm -f Tcl_FSUtime.3 rm -f Tcl_FSFileAttrsGet.3 @@ -493,7 +493,7 @@ if test -r FileSystem.3; then ln FileSystem.3 Tcl_FSEvalFile.3 ln FileSystem.3 Tcl_FSLoadFile.3 ln FileSystem.3 Tcl_FSMatchInDirectory.3 - ln FileSystem.3 Tcl_FSReadlink.3 + ln FileSystem.3 Tcl_FSLink.3 ln FileSystem.3 Tcl_FSLstat.3 ln FileSystem.3 Tcl_FSUtime.3 ln FileSystem.3 Tcl_FSFileAttrsGet.3 |