pre-delta 192 Bytes
Newer Older
serg@serg.mylan's avatar
serg@serg.mylan committed
1 2 3 4 5 6 7 8 9 10 11 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