correct test in trigger

This commit is contained in:
unknown 2004-04-02 22:31:31 +02:00
parent 8c46550113
commit b2cf48ab5a

View File

@ -1,7 +1,6 @@
#!/bin/sh
if [ `tail -c1 $BK_FILE` != "
" ]
if [ `tail -c1 $BK_FILE` ]
then
echo "File $BK_FILE does not end with a new-line character!"
echo ""