diff options
author | Piotr Strzelczyk <piotr@eps.gda.pl> | 2010-06-07 20:25:17 +0000 |
---|---|---|
committer | Piotr Strzelczyk <piotr@eps.gda.pl> | 2010-06-07 20:25:17 +0000 |
commit | fe44ae97f5ad74bfe41b87807fb078d7d46cc884 (patch) | |
tree | a2dde0455fd32205e3f689fbfb099963e0753246 /Master | |
parent | 97d5c2c78343018b41fd042438b359b7e2d671a2 (diff) |
remove forgotten debug statement from testing stage
git-svn-id: svn://tug.org/texlive/trunk@18806 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r-- | Master/bin/win32/runscript.tlu | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Master/bin/win32/runscript.tlu b/Master/bin/win32/runscript.tlu index 64496ca11ab..7fa3f6b12da 100644 --- a/Master/bin/win32/runscript.tlu +++ b/Master/bin/win32/runscript.tlu @@ -381,7 +381,6 @@ local lua_binary = arg[k] kpse.set_program_name(lua_binary, progname)
-- various dir-vars
local TEXDIR = kpse.var_value('SELFAUTOPARENT')
-print('TEXDIR', TEXDIR)
local BINDIR = kpse.var_value('SELFAUTOLOC')
local PATH = os.getenv('PATH') or ''
-- perl stuff
|