Commit 0c1d34a8 authored by serg@serg.mylan's avatar serg@serg.mylan

trying pre-delta trigger

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