mirror of https://github.com/MidnightCommander/mc
Please, no rm without "-f", it can stop and ask "are you sure?"
This commit is contained in:
parent
0c19dfcc35
commit
7ca8a22227
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue