source ${srcdir}/infos.sh
-if [ x"${commit_start}" = x"" ]; then
- echo "Missing start commit message"
+if [ x"${name}" = x"" ]; then
+ echo "Missing name tag"
exit 1
fi
-if [ x"${commit_end}" = x"" ]; then
- echo "Missing end commit message"
- exit 1
+if [ x"${commit_start}" = x"" ]; then
+ commit_start="start ${name}"
fi
-if [ x"${name}" = x"" ]; then
- echo "Missing name tag"
- exit 1
+if [ x"${commit_end}" = x"" ]; then
+ commit_end="end ${name}"
fi
if [ x"${cover}" = x"yes" ]; then