diff options
Diffstat (limited to 'Master')
-rwxr-xr-x | Master/texmf-dist/scripts/pax/pdfannotextractor.texlua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/texmf-dist/scripts/pax/pdfannotextractor.texlua b/Master/texmf-dist/scripts/pax/pdfannotextractor.texlua index 3fa9f8aa314..fd506f4d227 100755 --- a/Master/texmf-dist/scripts/pax/pdfannotextractor.texlua +++ b/Master/texmf-dist/scripts/pax/pdfannotextractor.texlua @@ -1,6 +1,6 @@ #!/usr/bin/env texlua --*-Lua-*- --- $Id: ppower4.texlua 6969 2008-03-14 22:17:00Z reinhardk $ +-- $Id$ -- Copyright (C) 2008 Reinhard Kotucha. -- You may freely use, modify and/or distribute this file. @@ -22,7 +22,7 @@ end kpse.set_program_name('pdfannotextractor.texlua', 'pdfannotextractor') -jarfile=kpse.find_file(pax.jar', 'texmfscripts') +jarfile=kpse.find_file('pax.jar', 'texmfscripts') command={'java', '-jar', jarfile} |