diff options
author | Peter von Kaehne <refdoc@gmx.net> | 2015-12-25 00:46:17 +0000 |
---|---|---|
committer | Peter von Kaehne <refdoc@gmx.net> | 2015-12-25 00:46:17 +0000 |
commit | 213158853f38e4140451130f2117d1afbaf136ff (patch) | |
tree | 56319c1fecc81ddc189f5e8b9812d9cc1d6f4913 /modules/conf/confmaker.pl | |
parent | 13d9e40b1c1240e1196e7b44977d7ae13a30c8e1 (diff) | |
download | sword-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
Diffstat (limited to 'modules/conf/confmaker.pl')
-rwxr-xr-x | modules/conf/confmaker.pl | 2 |
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"} |