]> granicus.if.org Git - apache/commit
It is bad to recursively remove every CVS directory in a person's
authorAaron Bannert <aaron@apache.org>
Thu, 7 Mar 2002 15:06:07 +0000 (15:06 +0000)
committerAaron Bannert <aaron@apache.org>
Thu, 7 Mar 2002 15:06:07 +0000 (15:06 +0000)
commit02c0f25313b13a4c3ada680e587c0d7c690f1397
treeaf9f9a6a3995da18555ddaf806b6357e35510e78
parent1c531d3621b4da53827084ea69d04324a6f4214c
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.

Also, since each line under a make rule is treated as a new subshell,
it's not necessary to surround the whole line in ()s.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93766 13f79535-47bb-0310-9956-ffa450edef68
Makefile.in