correct test in trigger

This commit is contained in:
serg@serg.mylan 2004-04-02 22:31:31 +02:00
parent 0c1d34a81d
commit 7652c904c7

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 ""