]> Sergey Matveev's repositories - public-inbox.git/commitdiff
script/public-inbox-extindex: chmod +x
authorEric Wong <e@80x24.org>
Wed, 5 May 2021 17:49:42 +0000 (17:49 +0000)
committerEric Wong <e@80x24.org>
Wed, 5 May 2021 19:50:02 +0000 (19:50 +0000)
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 [changed mode: 0644->0755]

old mode 100644 (file)
new mode 100755 (executable)
index 15ac20e..771486c
@@ -1,7 +1,6 @@
 #!perl -w
 # Copyright (C) 2020-2021 all contributors <meta@public-inbox.org>
 # 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);