From abfff54c39f8fccebefcda8f16621b2789c62098 Mon Sep 17 00:00:00 2001 From: Reinhard Kotucha Date: Sun, 12 Dec 2010 23:36:17 +0000 Subject: bin/win32/runscript.tlu: fixed line endings. git-svn-id: svn://tug.org/texlive/trunk@20718 c570f23f-e606-0410-a88d-b1316a301751 --- Master/bin/win32/runscript.tlu | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Master/bin/win32') diff --git a/Master/bin/win32/runscript.tlu b/Master/bin/win32/runscript.tlu index 5043c9c00e9..00c412d1a80 100644 --- a/Master/bin/win32/runscript.tlu +++ b/Master/bin/win32/runscript.tlu @@ -571,11 +571,11 @@ end if (type(program) == 'table') then local ret = assert(os.spawn(program)) if ret ~= 0 then - local dbginfo = debug.getinfo(1) + local dbginfo = debug.getinfo(1) local errormsg = string.format("%s:%d: command failed with exit code %d:\n%s", dbginfo.short_src, dbginfo.currentline - 2, ret, table.concat(program, ' ') ) - os.setenv('RUNSCRIPT_ERROR_MESSAGE', errormsg) - io.stderr:write(errormsg, '\n') + os.setenv('RUNSCRIPT_ERROR_MESSAGE', errormsg) + io.stderr:write(errormsg, '\n') end os.exit(ret) elseif (type(program) == 'string') then -- cgit v1.2.3