1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/leed_ynh.git synced 2024-09-03 19:26:32 +02:00

Fix previous_line

This commit is contained in:
Maniack Crudelis 2019-06-02 19:27:00 +02:00
parent 96e3735961
commit dd2f38cc79

View file

@ -489,7 +489,7 @@ ynh_app_changelog () {
# Clean titles if there's no significative changes
local line
local previous_line
local previous_line=""
while read line <&3
do
if [ -n "$previous_line" ]