summaryrefslogtreecommitdiffstats
path: root/unix
diff options
context:
space:
mode:
authormdejong <mdejong>2003-05-23 18:14:35 (GMT)
committermdejong <mdejong>2003-05-23 18:14:35 (GMT)
commit38a7bbfd51aba29761a09b692c4289ae16c87d6f (patch)
treec8365ffa78510603dd54bc009ef0a93e79653fee /unix
parent84c49270ec5f818062c3e321914a33a6132bb50d (diff)
downloadtcl-38a7bbfd51aba29761a09b692c4289ae16c87d6f.zip
tcl-38a7bbfd51aba29761a09b692c4289ae16c87d6f.tar.gz
tcl-38a7bbfd51aba29761a09b692c4289ae16c87d6f.tar.bz2
* unix/mkLinks: Set the var S to "" at the top
of the file to avoid error when user has set S to something. [Tk Bug #739833]
Diffstat (limited to 'unix')
-rw-r--r--unix/mkLinks2
1 files changed, 2 insertions, 0 deletions
diff --git a/unix/mkLinks b/unix/mkLinks
index 54d1a28..db78f2e 100644
--- a/unix/mkLinks
+++ b/unix/mkLinks
@@ -15,6 +15,8 @@
# The script takes one argument, which is the name of the directory
# where the manual entries have been installed.
+S=""
+
ZIP=true
while true; do
case $1 in