diff options
author | mdejong <mdejong> | 2003-05-23 18:16:27 (GMT) |
---|---|---|
committer | mdejong <mdejong> | 2003-05-23 18:16:27 (GMT) |
commit | 2a65405bfb59b2f5179e87a4cafd5c058c714ac2 (patch) | |
tree | 7631a447ee87b74f160e047ed6c3cec9f3cbc630 /unix | |
parent | f6dcc514a9f2bd4216bf0b06c5c4978b5c43db08 (diff) | |
download | tk-2a65405bfb59b2f5179e87a4cafd5c058c714ac2.zip tk-2a65405bfb59b2f5179e87a4cafd5c058c714ac2.tar.gz tk-2a65405bfb59b2f5179e87a4cafd5c058c714ac2.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/mkLinks | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/unix/mkLinks b/unix/mkLinks index adb3559..d58b06c 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 |