Everything else that's intended to be executable at some point has the executable bit set. Remove an inaccurate comment while we're at it. --- script/public-inbox-extindex | 1 - 1 file changed, 1 deletion(-) mode change 100644 => 100755 script/public-inbox-extindex
diff --git a/script/public-inbox-extindex b/script/public-inbox-extindex old mode 100644 new mode 100755 index 15ac20eb..771486c4 --- a/script/public-inbox-extindex +++ b/script/public-inbox-extindex @@ -1,7 +1,6 @@ #!perl -w # Copyright (C) 2020-2021 all contributors <[email protected]> # License: AGPL-3.0+ <https://www.gnu.org/licenses/agpl-3.0.txt> -# Basic tool to create a Xapian search index for a public-inbox. use strict; use v5.10.1; use Getopt::Long qw(:config gnu_getopt no_ignore_case auto_abbrev); -- unsubscribe: one-click, see List-Unsubscribe header archive: https://public-inbox.org/meta/
