diff options
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | unix/mkLinks | 2 |
2 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2003-05-23 Mo DeJong <mdejong@users.sourceforge.net> + + * 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] + 2003-05-21 Donal K. Fellows <fellowsd@cs.man.ac.uk> * generic/tkPanedWindow.c (PanedWindowReqProc): Thanks very much 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 |