ossp-pkg/shtool/ChangeLog 1.188 -> 1.189
--- ChangeLog 2003/06/03 08:28:19 1.188
+++ ChangeLog 2003/08/13 14:20:34 1.189
@@ -11,6 +11,12 @@
Changes between 1.6.2 and 2.0b0 (02-Nov-2002 to xx-May-2003):
+ *) Replace "[ x -o/-a x ]" constructs with "[ x ] ||/&& [ x ]"
+ and "egrep"/"fgrep" constructs with compatible "grep" or "case"
+ constructs. This way GNU shtool is now more POSIX 1003.1-2001
+ compliant.
+ [Paul Eggert <eggert@twinsun.com>]
+
*) Make sure "shtool install -e ..." does not fail with "permission
denied" on the internally created temporary files if the source
file is not writeable to the current user. This occurs because
|
|