summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2004-07-28 14:50:25 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2004-07-28 14:50:25 +0000
commit1cb2521b31ab8a1c0a892b58801e286f685dadde (patch)
treebe13e881d3926f1c150322ec31bf23f619016a6e
parent5bfb177670771c7e26cdb39e3dcebb056702b00a (diff)
downloadcoreutils-1cb2521b31ab8a1c0a892b58801e286f685dadde.tar.xz
* src/remove.c (remove_dir): If we can't save the state of the
working directory, pretend we started from "/", not ".".
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ed459604d..94fe8c5df 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2004-07-28 Paul Eggert <eggert@cs.ucla.edu>
+
+ * src/remove.c (remove_dir): If we can't save the state of the
+ working directory, pretend we started from "/", not ".".
+ This avoids a bug on hosts like Solaris that don't let you
+ remove the working directory.
+
2004-07-27 Paul Eggert <eggert@cs.ucla.edu>
* src/printf.c (strtiomax, strtoumax): Declare if not already