From 1cb2521b31ab8a1c0a892b58801e286f685dadde Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Wed, 28 Jul 2004 14:50:25 +0000 Subject: [PATCH] * src/remove.c (remove_dir): If we can't save the state of the working directory, pretend we started from "/", not ".". --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/ChangeLog b/ChangeLog index ed459604d8..94fe8c5dfa 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2004-07-28 Paul Eggert + + * 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 * src/printf.c (strtiomax, strtoumax): Declare if not already -- 2.47.2