From 38a7bbfd51aba29761a09b692c4289ae16c87d6f Mon Sep 17 00:00:00 2001 From: mdejong Date: Fri, 23 May 2003 18:14:35 +0000 Subject: * 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] --- ChangeLog | 7 +++++++ unix/mkLinks | 2 ++ 2 files changed, 9 insertions(+) diff --git a/ChangeLog b/ChangeLog index f93a8ac..98e2b01 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2003-05-23 Mo DeJong + + * 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-22 Daniel Steffen * macosx/Tcl.pbproj/project.pbxproj: added missing references to 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 -- cgit v0.12