Commit a10f6147 authored by unknown's avatar unknown

trying pre-delta trigger

parent 6429b1be
#!/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
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment