1
0

fix syntax in b90e318

This commit is contained in:
michele
2014-03-28 00:37:05 +01:00
parent b90e318c7f
commit 7443e3bd11

View File

@ -117,9 +117,8 @@ then
fi fi
# remove backup file if requested # remove backup file if requested
if [ "x$CLEAR_BKFILE" = x ] if [ "x$CLEAR_BKFILE" != x ]
then then
rm -f $bkfile rm -f $bkfile
fi fi
if