forked from lda/telodendria
Fix echo error
This commit is contained in:
parent
f19f543fd2
commit
b561c3f4fc
1 changed files with 1 additions and 1 deletions
|
@ -170,7 +170,7 @@ recipe_site() {
|
|||
find docs/ -name '*.[1-9]' | while IFS= read -r man; do
|
||||
html=$(basename "$man")
|
||||
mandoc -Thtml "$man" > "$TELODENDRIA_PUB/$html.html"
|
||||
echo "$man" > "$TELODENDRIA/$html.html"
|
||||
echo "$man -> $TELODENDRIA_PUB/$html.html"
|
||||
done
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue