1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-08-12 12:00:21 +02:00

*** empty log message ***

This commit is contained in:
Jim Meyering
2004-05-11 18:34:56 +00:00
parent 76a6665c13
commit 6202854ac2
+2 -2
View File
@@ -3,8 +3,8 @@
Prior to this change, rm required read access to the current
directory on most systems (ones with the fchdir function).
* save-cwd.c (save_cwd) [HAVE_FCHDIR]: Don't fail just
because opening `.' fails. Resort to using xgetcwd.
* save-cwd.c (save_cwd) [HAVE_FCHDIR]: If opening `.' read-only
fails, try write-only, and finally, resort to using xgetcwd.
2004-05-07 Jim Meyering <jim@meyering.net>