mariadb/BitKeeper/triggers/pre-delta
2004-04-02 22:31:31 +02:00

11 lines
185 B
Bash
Executable file

#!/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