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:
@@ -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 ""
|
||||
|
||||
Reference in New Issue
Block a user