summaryrefslogtreecommitdiffstats
path: root/unix
diff options
context:
space:
mode:
authormdejong <mdejong@noemail.net>2003-05-23 18:14:35 (GMT)
committermdejong <mdejong@noemail.net>2003-05-23 18:14:35 (GMT)
commitae964a520e5aeae3016f0f4ef0d481e3cedd1932 (patch)
treec8365ffa78510603dd54bc009ef0a93e79653fee /unix
parent8733222d316f17d57f1664fb2ab9cda20e667644 (diff)
downloadtcl-ae964a520e5aeae3016f0f4ef0d481e3cedd1932.zip
tcl-ae964a520e5aeae3016f0f4ef0d481e3cedd1932.tar.gz
tcl-ae964a520e5aeae3016f0f4ef0d481e3cedd1932.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] FossilOrigin-Name: aac8128f74013fe64e805335ba06f514c6bb9237
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