summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/scripts/pax
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2008-09-20 23:53:56 +0000
committerKarl Berry <karl@freefriends.org>2008-09-20 23:53:56 +0000
commita1923be7512ba559b7ba917400f449866107c649 (patch)
treedd00eedd2164c858a55b85d6afdb325e307a5cdf /Master/texmf-dist/scripts/pax
parenteab0864f8d211e759e7b1d8566e1194f5abc5ef1 (diff)
missed quote
git-svn-id: svn://tug.org/texlive/trunk@10668 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/scripts/pax')
-rwxr-xr-xMaster/texmf-dist/scripts/pax/pdfannotextractor.texlua4
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}