summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/scripts/ppower4/ppower4.tlu
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/scripts/ppower4/ppower4.tlu')
-rwxr-xr-xMaster/texmf-dist/scripts/ppower4/ppower4.tlu6
1 files changed, 1 insertions, 5 deletions
diff --git a/Master/texmf-dist/scripts/ppower4/ppower4.tlu b/Master/texmf-dist/scripts/ppower4/ppower4.tlu
index 650089ceb45..27c03b22849 100755
--- a/Master/texmf-dist/scripts/ppower4/ppower4.tlu
+++ b/Master/texmf-dist/scripts/ppower4/ppower4.tlu
@@ -20,11 +20,7 @@ function fixwin(args_unix)
end
end
-if os.type == 'windows' then
- kpse.set_program_name('ppower4.exe', 'ppower4')
-else
- kpse.set_program_name('ppower4')
-end
+kpse.set_program_name(arg[-1], 'ppower4')
jarfile=kpse.find_file('pp4p.jar', 'texmfscripts')