summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter von Kaehne <refdoc@gmx.net>2015-12-25 00:46:17 +0000
committerPeter von Kaehne <refdoc@gmx.net>2015-12-25 00:46:17 +0000
commit213158853f38e4140451130f2117d1afbaf136ff (patch)
tree56319c1fecc81ddc189f5e8b9812d9cc1d6f4913
parent13d9e40b1c1240e1196e7b44977d7ae13a30c8e1 (diff)
downloadsword-tools-213158853f38e4140451130f2117d1afbaf136ff.tar.gz
backslash added to path
git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@505 07627401-56e2-0310-80f4-f8cd0041bdcd
-rwxr-xr-xmodules/conf/confmaker.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/conf/confmaker.pl b/modules/conf/confmaker.pl
index 1bb14d5..53c4226 100755
--- a/modules/conf/confmaker.pl
+++ b/modules/conf/confmaker.pl
@@ -196,7 +196,7 @@ if (@paragraphs==0) {$doc_has_feature{'p'}=true};
# Assemble and print out
print "[".$doc_name."]\n";
-print "DataPath=./modules/texts/ztext/".lc($doc_name)."\n";
+print "DataPath=./modules/texts/ztext/".lc($doc_name)."/\n";
if ($doc_type =~ m/Bible/i) { print "ModDrv=zText\n"}
else {print "ModDrv=zUnknown\n"}