Please, no rm without "-f", it can stop and ask "are you sure?"

This commit is contained in:
Pavel Roskin 2002-05-14 23:17:34 +00:00
parent 0c19dfcc35
commit 7ca8a22227
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ else
# Ugly way to parse the instructions gettexize gives us. # Ugly way to parse the instructions gettexize gives us.
m4files="`cat tmpout | sed -n -e '/^Please/,/^from/s/^ *//p'`" m4files="`cat tmpout | sed -n -e '/^Please/,/^from/s/^ *//p'`"
fromdir=`cat tmpout | sed -n -e '/^Please/,/^from/s/^from the \([^ ]*\) .*$/\1/p'` fromdir=`cat tmpout | sed -n -e '/^Please/,/^from/s/^from the \([^ ]*\) .*$/\1/p'`
rm tmpout rm -f tmpout
rm -rf gettext.m4 rm -rf gettext.m4
mkdir gettext.m4 mkdir gettext.m4
for i in $m4files; do for i in $m4files; do