Skip to content

Commit

Permalink
updated catChangeLog
Browse files Browse the repository at this point in the history
  • Loading branch information
mbhangui committed Jul 17, 2021
1 parent e65e44f commit da87798
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion catChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -195,14 +195,19 @@ do
echo "$line" | grep "Release Highlights" >/dev/null
if [ $? -eq 0 ] ; then
highlights=1
echo $line
if [ $option -eq 3 ] ; then
echo $line
fi
continue
fi
fi
if [ $highlights -eq 1 ] ; then
echo "$line" | grep "^====" >/dev/null
if [ $? -eq 0 ] ; then
highlights=2
if [ $option -ne 3 ] ; then
continue
fi
if [ $nonewline -eq 1 ] ; then
echo
nonewline=0
Expand All @@ -212,6 +217,9 @@ do
fi
fi
if [ $highlights -eq 1 ] ; then
if [ $option -ne 3 ] ; then
continue
fi
if [ $bullet -eq 1 ] ; then
if [ $nonewline -eq 1 ] ; then
echo ""
Expand Down

0 comments on commit da87798

Please sign in to comment.