diff options
author | andreas_kupries <akupries@shaw.ca> | 2006-03-20 17:10:35 (GMT) |
---|---|---|
committer | andreas_kupries <akupries@shaw.ca> | 2006-03-20 17:10:35 (GMT) |
commit | 80980dca38d5b7d2d0f238131b5c3f3bac7c2c32 (patch) | |
tree | 8076c7d5e184365311174ae833e0368e124dc33a /ChangeLog | |
parent | 9a04cf49cff438cef40df6ed464bea81b3fc222f (diff) | |
download | tcl-80980dca38d5b7d2d0f238131b5c3f3bac7c2c32.zip tcl-80980dca38d5b7d2d0f238131b5c3f3bac7c2c32.tar.gz tcl-80980dca38d5b7d2d0f238131b5c3f3bac7c2c32.tar.bz2 |
* unix/installManPage: There is always one even more broken
"sed". Moved the # comment starting character in the sed script to
the beginning of their respective lines. The AIX sed will not
recognize them as comments otherwise :( The actual text stays
indented for better association with the commands they belong to.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2006-03-20 Andreas Kupries <andreask@activestate.com> + + * unix/installManPage: There is always one even more broken + "sed". Moved the # comment starting character in the sed script to + the beginning of their respective lines. The AIX sed will not + recognize them as comments otherwise :( The actual text stays + indented for better association with the commands they belong to. + 2006-03-20 Donal K. Fellows <donal.k.fellows@manchester.ac.uk> * tests/cmdAH.test, tests/fCmd.test, tests/unixFCmd.test: |