From c7dfaa40a3233ade50d27d0bb8f25c3a7355ea1d Mon Sep 17 00:00:00 2001 From: rufustfirefly Date: Tue, 22 May 2001 19:05:56 +0000 Subject: [PATCH] more POSIX-compliant rm --- autogen.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2