summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-07-27 20:04:52 +0000
committerJim Meyering <jim@meyering.net>2003-07-27 20:04:52 +0000
commit5dc6ad7e5ca04524fd03f2c9a15455ed76118d7c (patch)
treeaa006584c88daf963488dd86181bae18d86c860a
parenta458a6984e9f90d11792cb1aa839256b94172eb2 (diff)
downloadcoreutils-5dc6ad7e5ca04524fd03f2c9a15455ed76118d7c.tar.xz
*** empty log message ***
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 493ad0320..17e12aca5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,9 @@
* Version 5.0.90.
+ * tests/priv-check (my_uid): Use `!', not `^' in case pattern `[!0-9]',
+ since /bin/sh of at least NetBSD 1.6 and OpenBSD 3.2 don't accept `^'.
+
* src/remove.c (prompt) [! recursive]: Don't prompt about unwritable
directories, as required by POSIX. Reported by Karl Berry.
* tests/rm/dir-no-w: New file. Test for the above fix.