diff options
author | Alyssa Rosenzweig <alyssa@rosenzweig.io> | 2017-03-27 17:50:09 -0700 |
---|---|---|
committer | Alyssa Rosenzweig <alyssa@rosenzweig.io> | 2017-03-27 17:50:09 -0700 |
commit | 6fc52cfadb0e265ef664b21c1b997ba3f08b153b (patch) | |
tree | b800f81d497f92e39038ffb087b6dee64663c745 /www | |
parent | 307ce13c0244928a9bacc3cbeba52ac31c6af8c5 (diff) | |
download | librebootfr-6fc52cfadb0e265ef664b21c1b997ba3f08b153b.tar.gz librebootfr-6fc52cfadb0e265ef664b21c1b997ba3f08b153b.zip |
Don't eat 'amd'
Diffstat (limited to 'www')
-rwxr-xr-x | www/publish.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/publish.sh b/www/publish.sh index c7fbdbbb..9e973d85 100755 --- a/www/publish.sh +++ b/www/publish.sh @@ -20,7 +20,7 @@ if [[ ${FILE} != "docs*" ]] ; then fi # change out .md -> .html -sed temp.md -i -e 's/.md\(#[a-z\-]*\)*)/.html\1)/g' +sed temp.md -i -e 's/\.md\(#[a-z\-]*\)*)/.html\1)/g' # work around issue #2872 TOC=$(grep -q "^x-toc-enable: true$" temp.md && echo "--toc") |