summaryrefslogtreecommitdiffstats
path: root/unix
diff options
context:
space:
mode:
Diffstat (limited to 'unix')
-rw-r--r--unix/mkLinks4
1 files changed, 4 insertions, 0 deletions
diff --git a/unix/mkLinks b/unix/mkLinks
index e7c34fd..cdb1a3c 100644
--- a/unix/mkLinks
+++ b/unix/mkLinks
@@ -960,4 +960,8 @@ if test -r tcltest.n; then
rm -f Tcltest.n
ln tcltest.n Tcltest.n
fi
+if test -r tcltest2.n; then
+ rm -f Tcltest2.n
+ ln tcltest2.n Tcltest2.n
+fi
exit 0