summaryrefslogtreecommitdiff
path: root/tools/html-to-atom.sh
diff options
context:
space:
mode:
authordefanor <defanor@uberspace.net>2018-04-26 02:38:23 +0300
committerdefanor <defanor@uberspace.net>2018-04-26 02:38:23 +0300
commit3d1a71e997f9ac71f9e801af9d2e5a1b263a62df (patch)
tree2890692142527ac18aecdf32d506ad41a98c397f /tools/html-to-atom.sh
parent0939258be1e7bcf780814d8667f7bf6ca684f673 (diff)
Fix a couple of typos
Diffstat (limited to 'tools/html-to-atom.sh')
-rwxr-xr-xtools/html-to-atom.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/html-to-atom.sh b/tools/html-to-atom.sh
index aa665b0..6fb2e01 100755
--- a/tools/html-to-atom.sh
+++ b/tools/html-to-atom.sh
@@ -11,7 +11,7 @@ ATOM="${BASEDIR}/atom.xml"
echo '<list>' &&
find "${BASEDIR}" -name '*.xhtml' |
grep -Ev "^(${TOOLS}|${SOURCES}).*" |
- sed -e "sS^${BASEDIR}\(.*\)S<entry name=\"\\1\" />S" &&
+ sed -e "sS^${BASEDIR}/\(.*\)S<entry name=\"\\1\" />S" &&
echo '</list>') |
xsltproc "${TOOLS}/html-to-atom-dump.xsl" - |
xsltproc "${TOOLS}/atom-sort.xsl" - |