From: Eric Wong Date: Wed, 5 May 2021 17:49:42 +0000 (+0000) Subject: script/public-inbox-extindex: chmod +x X-Git-Tag: v1.7.0~685 X-Git-Url: http://www.git.stargrave.org/?p=public-inbox.git;a=commitdiff_plain;h=f1921e46e16cabb6f705236581564b8fe901a76e script/public-inbox-extindex: chmod +x 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. --- 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 # License: AGPL-3.0+ -# 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);