ossp-pkg/shtool/ChangeLog 1.143 -> 1.144
--- ChangeLog 2001/01/17 10:15:02 1.143
+++ ChangeLog 2001/01/29 14:06:27 1.144
@@ -11,6 +11,12 @@
Changes between 1.5.1 and 1.5.2 (06-Jul-2000 to 15-Jan-2001):
+ *) Fixed IFS usage in `shtool slo': `OIFS="$IFS" IFS="..."' is not
+ portable, because some brain-dead Bourne-Shells (for instance /bin/sh
+ under Solaris 2.8) evaluate from right-to-left instead of the usual and
+ expected left-to-right. Fixed by adding a semicolon.
+ [Christoph Schug <chris@schug.net>, Ralf S. Engelschall]
+
*) Created a new `-e <sed-cmd>' option for `shtool install' which can
be used one or multiple times to apply one or more sed(1) commands
on-the-fly to installed files.
|
|