correct test in trigger
This commit is contained in:
parent
8c46550113
commit
b2cf48ab5a
@ -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 ""
|
||||
|
Loading…
x
Reference in New Issue
Block a user