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