1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

trying pre-delta trigger

This commit is contained in:
serg@serg.mylan
2004-04-02 22:12:39 +02:00
parent fced5fa188
commit 0c1d34a81d

12
BitKeeper/triggers/pre-delta Executable file
View File

@ -0,0 +1,12 @@
#!/bin/sh
if [ `tail -c1 $BK_FILE` != "
" ]
then
echo "File $BK_FILE does not end with a new-line character!"
echo ""
echo "Checkin FAILED!"
echo "Fix the problem and retry."
exit 1
fi