diff options
Diffstat (limited to 'Master/texmf-dist/scripts/ketcindy')
-rwxr-xr-x | Master/texmf-dist/scripts/ketcindy/ketcindy.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/texmf-dist/scripts/ketcindy/ketcindy.sh b/Master/texmf-dist/scripts/ketcindy/ketcindy.sh index 7fecac2ff68..0ee507d7452 100755 --- a/Master/texmf-dist/scripts/ketcindy/ketcindy.sh +++ b/Master/texmf-dist/scripts/ketcindy/ketcindy.sh @@ -53,13 +53,13 @@ case $systype in esac plugin="$plugindir/KetCindyPlugin.jar" -dirheadplugin="$plugindir/dirhead.txt" +dirheadplugin="$plugindir/ketcindy.ini" # find Jar KetCdyJar=`kpsewhich -format=texmfscripts KetCindyPlugin.jar` # search for template.cdy TempCdy=`kpsewhich -format=texmfscripts $TemplateFile` -DirHead=`kpsewhich -format=texmfscripts dirhead.txt` +DirHead=`kpsewhich -format=texmfscripts ketcindy.ini` if [ -z "$TempCdy" -o -z "$KetCdyJar" ] then |