From d77f4a9b5fd0c381ff695749742013aa461f3e67 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Tue, 1 Sep 2020 01:14:58 +0000 Subject: [PATCH] script/*: set executable bit on -learn and -imapd 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 -- 2.44.0