1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

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