From 2bd3666ca4cb2561890596598894be2a5672c0aa Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sun, 3 Jan 2010 00:21:41 +0000 Subject: propagate "executed safely" wording change git-svn-id: svn://tug.org/texlive/trunk@16574 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/texk/web2c/luatexdir/ChangeLog | 4 ++++ Build/source/texk/web2c/luatexdir/luatex.ch | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'Build/source') diff --git a/Build/source/texk/web2c/luatexdir/ChangeLog b/Build/source/texk/web2c/luatexdir/ChangeLog index deb4ce216e1..a408bed233d 100644 --- a/Build/source/texk/web2c/luatexdir/ChangeLog +++ b/Build/source/texk/web2c/luatexdir/ChangeLog @@ -1,3 +1,7 @@ +2010-01-03 Karl Berry + + * luatex.ch: propagate "executed safely" wording change. + 2009-12-12 Peter Breitenlohner * am/luatex.am: Replace the obsolete $(mkdir_p) by $(MKDIR_P). diff --git a/Build/source/texk/web2c/luatexdir/luatex.ch b/Build/source/texk/web2c/luatexdir/luatex.ch index 7837b69be96..fc099bf570e 100644 --- a/Build/source/texk/web2c/luatexdir/luatex.ch +++ b/Build/source/texk/web2c/luatexdir/luatex.ch @@ -1940,7 +1940,7 @@ if j=18 then if runsystem_ret = -1 then print("quotation error in system command") else if runsystem_ret = 0 then print("disabled (restricted)") else if runsystem_ret = 1 then print("executed") - else if runsystem_ret = 2 then print("executed (allowed)") + else if runsystem_ret = 2 then print("executed safely (allowed)") end; end else begin print("disabled"); {|shellenabledp| false} -- cgit v1.2.3