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
# remove backup file if requested
if [ "x$CLEAR_BKFILE" = x ]
if [ "x$CLEAR_BKFILE" != x ]
then
rm -f $bkfile
fi
if