mirror of
https://github.com/ben-grande/qusal.git
synced 2025-05-02 06:16:18 -04:00
fix: sys-gui-vnc and sys-gui-gpu titles
This commit is contained in:
parent
656d363005
commit
eb5cbe851c
6 changed files with 14 additions and 5 deletions
|
@ -136,7 +136,7 @@ fi
|
|||
if test "${key}" = "summary"; then
|
||||
summary="$(sed -n -e \
|
||||
"/^# ${name}$/,/^## Table of Contents$/{
|
||||
/./!d; /^#/d; /^SPDX/d; /^<!--/d; /^-->/d; s/\.$//; p}" \
|
||||
/^$/d; /^#/d; /^SPDX/d; /^<!--/d; /^-->/d; s/\.$//; p}" \
|
||||
-- "${readme}")"
|
||||
block_max_chars summary "${summary}" 70
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue