Commit b2cf48ab authored by unknown's avatar unknown

correct test in trigger

parent 8c465501
#!/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 ""
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment