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:
12
BitKeeper/triggers/pre-delta
Executable file
12
BitKeeper/triggers/pre-delta
Executable 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
|
||||
|
Reference in New Issue
Block a user