Correct the default value for $RM

This commit is contained in:
Pierre Pronchery 2017-04-30 03:33:54 +02:00
parent 82af4e72dd
commit 703e126145

View File

@ -30,7 +30,7 @@ PROGNAME="tests.sh"
CONFIGURE="$OBJDIR../src/configure"
DATE="date"
DIFF="diff"
RM="rm"
RM="rm -f"
#functions