From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-Status: No, score=-4.0 required=3.0 tests=ALL_TRUSTED,BAYES_00 shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id EEA021F66F for ; Tue, 1 Sep 2020 01:15:07 +0000 (UTC) From: Eric Wong To: meta@public-inbox.org Subject: [PATCH 01/10] script/*: set executable bit on -learn and -imapd Date: Tue, 1 Sep 2020 01:14:58 +0000 Message-Id: <20200901011507.1643-2-e@80x24.org> In-Reply-To: <20200901011507.1643-1-e@80x24.org> References: <20200901011507.1643-1-e@80x24.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: It's useful to mark they're meant to be executable, even if the shebang is useless. --- script/public-inbox-imapd | 0 script/public-inbox-learn | 0 2 files changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 script/public-inbox-imapd mode change 100644 => 100755 script/public-inbox-learn diff --git a/script/public-inbox-imapd b/script/public-inbox-imapd old mode 100644 new mode 100755 diff --git a/script/public-inbox-learn b/script/public-inbox-learn old mode 100644 new mode 100755