From b92e3e46e7ff8039e7a32e63e3faf915f35d90d9 Mon Sep 17 00:00:00 2001 From: Aaron Bannert Date: Thu, 7 Mar 2002 15:09:36 +0000 Subject: [PATCH] It is bad to recursively remove every CVS directory in a person's home directory. Bad bad bad. Make sure the variable was set to something before cd-ing to blank and ending up in their $HOME. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93767 13f79535-47bb-0310-9956-ffa450edef68 --- CHANGES | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGES b/CHANGES index fd6e65fef6..74be35ab3a 100644 --- a/CHANGES +++ b/CHANGES @@ -1,5 +1,9 @@ Changes with Apache 2.0.34-dev + *) Be more careful about recursively removing CVS directories. Make + sure that we aren't cd'ing to their home directory first. + [Aaron Bannert] + *) Add a missing errordir entry in the Debian config.layout. PR: 10067 [Dirk-Jan Faber , Aaron Bannert, Thom May ] -- 2.40.0