summaryrefslogtreecommitdiff
path: root/concat.sh
diff options
context:
space:
mode:
Diffstat (limited to 'concat.sh')
-rwxr-xr-xconcat.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/concat.sh b/concat.sh
index aaa13d5..c7e72f0 100755
--- a/concat.sh
+++ b/concat.sh
@@ -11,7 +11,7 @@ cat book-list | while read buch
do
echo "<biblebook bname=\"$buch\" bnumber=\"$j\">"
- buchdir=$(echo "$buch" | sed "s/ /_/g")
+ buchdir=$(echo "$buch" | sed "y/äöü /aou_/")
i=1
while [ -e "chapters/$buchdir/$i.xml" ]
do