sed-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: new option: --sandbox (disables e/w/x commands)


From: Assaf Gordon
Subject: Re: new option: --sandbox (disables e/w/x commands)
Date: Sun, 4 Sep 2016 16:59:18 -0400
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0

Hello,

On 09/03/2016 10:35 PM, Jim Meyering wrote:
On Tue, Aug 30, 2016 at 7:06 PM, Assaf Gordon <address@hidden> wrote:
Attached is a suggestions for a new option: --sandbox.
There are four "compare" commands in sandbox.sh that lack the usual  [...]

Thanks for catching that, fixed.

please indent this the way GNU indent would:
+  enum {
+    SANDBOX_OPTION = CHAR_MAX+1
+  };

Changed it to one line:
+   enum { SANDBOX_OPTION = CHAR_MAX+1 };


regards,
 - assaf



Attachment: 0001-sed-new-sandbox-option.patch
Description: Text document


reply via email to

[Prev in Thread] Current Thread [Next in Thread]