From 02c8cfc252a8bd268e3d48c066781c2fd69b14d4 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sun, 3 Jan 2010 00:18:50 +0000 Subject: propagate "executed safely" wording change git-svn-id: svn://tug.org/texlive/trunk@16573 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/texk/web2c/alephdir/ChangeLog | 4 ++++ Build/source/texk/web2c/alephdir/com16bit.ch | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Build/source/texk/web2c/alephdir/ChangeLog b/Build/source/texk/web2c/alephdir/ChangeLog index 9057c2b6c47..740856f20ae 100644 --- a/Build/source/texk/web2c/alephdir/ChangeLog +++ b/Build/source/texk/web2c/alephdir/ChangeLog @@ -1,3 +1,7 @@ +2010-01-03 Karl Berry + + * com16bit.ch: propagate "executed safely" wording change. + 2009-11-27 Peter Breitenlohner * com16bit.ch (read_font_info): Better wording of error message. diff --git a/Build/source/texk/web2c/alephdir/com16bit.ch b/Build/source/texk/web2c/alephdir/com16bit.ch index 91cf6e3107d..60486cd66bc 100644 --- a/Build/source/texk/web2c/alephdir/com16bit.ch +++ b/Build/source/texk/web2c/alephdir/com16bit.ch @@ -2664,7 +2664,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