From: Paul Eggert Date: Wed, 28 Jul 2004 14:50:25 +0000 (+0000) Subject: * src/remove.c (remove_dir): If we can't save the state of the X-Git-Tag: v5.3.0~1055 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1cb2521b31ab8a1c0a892b58801e286f685dadde;p=thirdparty%2Fcoreutils.git * src/remove.c (remove_dir): If we can't save the state of the working directory, pretend we started from "/", not ".". --- 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