From: rufustfirefly Date: Tue, 22 May 2001 19:05:56 +0000 (+0000) Subject: more POSIX-compliant rm X-Git-Tag: netatalk-1-5-rc1~418 X-Git-Url: https://arthur.barton.de/gitweb/?a=commitdiff_plain;h=c7dfaa40a3233ade50d27d0bb8f25c3a7355ea1d;p=netatalk.git more POSIX-compliant rm --- diff --git a/autogen.sh b/autogen.sh index af36167d..a41b1356 100755 --- a/autogen.sh +++ b/autogen.sh @@ -1,7 +1,7 @@ #!/bin/sh # quick fix to remove old INSTALL/ directory -rm -R -f INSTALL +rm -fr INSTALL # another fix to hack move of README touch README