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:
parent
96e3735961
commit
dd2f38cc79
1 changed files with 1 additions and 1 deletions
|
@ -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" ]
|
||||
|
|
Loading…
Add table
Reference in a new issue