fix
This commit is contained in:
parent
f6f13a86e3
commit
667489462d
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ rwx_doc() {
|
||||||
doc=""
|
doc=""
|
||||||
module="$(echo "${line}" | sed "s|#↓ \\(.*\\)|\\1|")"
|
module="$(echo "${line}" | sed "s|#↓ \\(.*\\)|\\1|")"
|
||||||
;;
|
;;
|
||||||
"#"*)
|
*"#"*)
|
||||||
[ -n "${doc}" ] && doc="${doc}
|
[ -n "${doc}" ] && doc="${doc}
|
||||||
"
|
"
|
||||||
doc="${doc}${line}"
|
doc="${doc}${line}"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue