From ff3d7ae3c3302c510a3827e6bdc2ac076ebfdd93 Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Sun, 17 Jun 2018 13:06:13 +0000 Subject: fix ketcindy starter script git-svn-id: svn://tug.org/texlive/trunk@48037 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/scripts/ketcindy/ketcindy.sh | 4 ++-- 1 file 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 -- cgit v1.2.3