website-doc.sh: fix line continuation
Signed-off-by: Nicolas Sebrecht <nicolas.s-dev@laposte.net>
This commit is contained in:
parent
38f28d15aa
commit
6150f40042
@ -67,7 +67,7 @@ function api () {
|
|||||||
# $1: full release title
|
# $1: full release title
|
||||||
#
|
#
|
||||||
function parse_releases_get_link () {
|
function parse_releases_get_link () {
|
||||||
echo $1 | sed -r -e 's,^### (OfflineIMAP.*)\),\1,'
|
echo $1 | sed -r -e 's,^### (OfflineIMAP.*)\),\1,' \
|
||||||
| tr '[:upper:]' '[:lower:]' \
|
| tr '[:upper:]' '[:lower:]' \
|
||||||
| sed -r -e 's,[\.("],,g' \
|
| sed -r -e 's,[\.("],,g' \
|
||||||
| sed -r -e 's, ,-,g'
|
| sed -r -e 's, ,-,g'
|
||||||
|
Loading…
Reference in New Issue
Block a user