diff options
author | Karl Berry <karl@freefriends.org> | 2010-01-03 00:21:41 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-01-03 00:21:41 +0000 |
commit | 2bd3666ca4cb2561890596598894be2a5672c0aa (patch) | |
tree | cd42e612a3e12012b43aa2d4987c5f249bd6e806 /Build | |
parent | 02c8cfc252a8bd268e3d48c066781c2fd69b14d4 (diff) |
propagate "executed safely" wording change
git-svn-id: svn://tug.org/texlive/trunk@16574 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build')
-rw-r--r-- | Build/source/texk/web2c/luatexdir/ChangeLog | 4 | ||||
-rw-r--r-- | Build/source/texk/web2c/luatexdir/luatex.ch | 2 |
2 files changed, 5 insertions, 1 deletions
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 <karl@tug.org> + + * luatex.ch: propagate "executed safely" wording change. + 2009-12-12 Peter Breitenlohner <peb@mppmu.mpg.de> * 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} |