diff options
Diffstat (limited to 'Master/texmf-dist/scripts/ppower4')
-rwxr-xr-x | Master/texmf-dist/scripts/ppower4/ppower4.texlua (renamed from Master/texmf-dist/scripts/ppower4/ppower4) | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/Master/texmf-dist/scripts/ppower4/ppower4 b/Master/texmf-dist/scripts/ppower4/ppower4.texlua index 4d019b3c58e..06e6ff454ff 100755 --- a/Master/texmf-dist/scripts/ppower4/ppower4 +++ b/Master/texmf-dist/scripts/ppower4/ppower4.texlua @@ -20,11 +20,7 @@ function fixwin(args_unix) end end -if os.type == 'windows' then - kpse.set_program_name('ppower4.texlua', 'ppower4') -else - kpse.set_program_name('ppower4') -end +kpse.set_program_name('ppower4.texlua', 'ppower4') jarfile=kpse.find_file('pp4p.jar', 'texmfscripts') |