mirror of
https://github.com/MariaDB/server.git
synced 2025-01-29 10:14:19 +01:00
correct test in trigger
This commit is contained in:
parent
0c1d34a81d
commit
7652c904c7
1 changed files with 1 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue