From 7ca8a2222700b2cdd5d5ec2fe964150f892c39b6 Mon Sep 17 00:00:00 2001 From: Pavel Roskin Date: Tue, 14 May 2002 23:17:34 +0000 Subject: [PATCH] Please, no rm without "-f", it can stop and ask "are you sure?" --- autogen.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autogen.sh b/autogen.sh index 9afce5374..a3ef673a1 100755 --- a/autogen.sh +++ b/autogen.sh @@ -78,7 +78,7 @@ else # Ugly way to parse the instructions gettexize gives us. m4files="`cat tmpout | sed -n -e '/^Please/,/^from/s/^ *//p'`" fromdir=`cat tmpout | sed -n -e '/^Please/,/^from/s/^from the \([^ ]*\) .*$/\1/p'` - rm tmpout + rm -f tmpout rm -rf gettext.m4 mkdir gettext.m4 for i in $m4files; do