]> 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)
commitaeba70f8e412c99d68f28186ed47eba436954eb1
treeaf9f9a6a3995da18555ddaf806b6357e35510e78
parent65a82078206ffc195236c203ad6b1a5f7dc67383
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