summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhobbs <hobbs>2005-05-25 17:46:22 (GMT)
committerhobbs <hobbs>2005-05-25 17:46:22 (GMT)
commit4b323ede98d36524442f50fe67966fbe2e0c91b8 (patch)
treeea6d991897d0d966c6031b22a03ab05acaae0b52 /ChangeLog
parentb0fdc226a3f785fcf390544a5546be0cfd1e7458 (diff)
downloadtk-4b323ede98d36524442f50fe67966fbe2e0c91b8.zip
tk-4b323ede98d36524442f50fe67966fbe2e0c91b8.tar.gz
tk-4b323ede98d36524442f50fe67966fbe2e0c91b8.tar.bz2
* unix/Makefile.in (install-libraries): protect possible empty
list in for with list= trick for older shells.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index afc757a..8edc7ae 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-05-25 Jeff Hobbs <jeffh@ActiveState.com>
+
+ * unix/Makefile.in (install-libraries): protect possible empty
+ list in for with list= trick for older shells.
+
2005-05-24 Daniel Steffen <das@users.sourceforge.net>
* generic/tkTest.c: disable commands not available on TkAqua.