diff options
author | ericm <ericm> | 2000-04-26 20:49:02 (GMT) |
---|---|---|
committer | ericm <ericm> | 2000-04-26 20:49:02 (GMT) |
commit | 736ac02e4cc0bb9ef5b2b8798c87180c93e50330 (patch) | |
tree | d98eccb11cb22a8387def145746a716fe55ec551 /unix | |
parent | fd0099899a28b18723e8aad032c7134c411754bc (diff) | |
download | tcl-736ac02e4cc0bb9ef5b2b8798c87180c93e50330.zip tcl-736ac02e4cc0bb9ef5b2b8798c87180c93e50330.tar.gz tcl-736ac02e4cc0bb9ef5b2b8798c87180c93e50330.tar.bz2 |
Fixed bad crosslink command.
Diffstat (limited to 'unix')
-rw-r--r-- | unix/mkLinks | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/mkLinks b/unix/mkLinks index 5a3ffd9..f972649 100644 --- a/unix/mkLinks +++ b/unix/mkLinks @@ -1276,7 +1276,7 @@ if test -r WrongNumArgs.3; then ln WrongNumArgs.3 Tcl_WrongNumArgs.3 fi if test -r SourceRCFile.3; then - rm -f SourceRCFile.3 + rm -f Tcl_SourceRCFile.3 ln SourceRCFile.3 Tcl_SourceRCFile.3 fi if test -r pkgMkIndex.n; then |