mirror of
https://github.com/InsanusMokrassar/MicroUtils.git
synced 2024-12-23 09:07:14 +00:00
fix changelog retriever file
This commit is contained in:
parent
5f9cb25e18
commit
9824bf4297
11
changelog_info_retriever
Normal file → Executable file
11
changelog_info_retriever
Normal file → Executable file
@ -3,17 +3,14 @@
|
|||||||
function parse() {
|
function parse() {
|
||||||
version=$1
|
version=$1
|
||||||
|
|
||||||
read -r
|
while IFS= read -r line && [ -z "`echo $line | grep -e "^#\+ $version"`" ]
|
||||||
while [ -z "`echo $REPLY | grep -e "^#\+ $version"`" ]
|
|
||||||
do
|
do
|
||||||
read -r
|
: # do nothing
|
||||||
done
|
done
|
||||||
|
|
||||||
read -r
|
while IFS= read -r line && [ -z "`echo $line | grep -e "^#\+"`" ]
|
||||||
while [ -z "`echo $REPLY | grep -e "^#\+"`" ]
|
|
||||||
do
|
do
|
||||||
echo "$REPLY"
|
echo "$line"
|
||||||
read -r
|
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user