lmi-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lmi-commits] [lmi] master d9dca78 2/6: Filter 'https' same as 'http' fo


From: Greg Chicares
Subject: [lmi-commits] [lmi] master d9dca78 2/6: Filter 'https' same as 'http' for copyright validation
Date: Tue, 8 Jan 2019 13:39:11 -0500 (EST)

branch: master
commit d9dca788089082db568b6f2151966b8ae7e1eac9
Author: Gregory W. Chicares <address@hidden>
Commit: Gregory W. Chicares <address@hidden>

    Filter 'https' same as 'http' for copyright validation
---
 GNUmakefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/GNUmakefile b/GNUmakefile
index 40c8af7..b4ad929 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -395,7 +395,7 @@ happy_new_year: source_clean
        [ -z '$(wildcard *.?pp)' ] || $(GREP) '$(old_year)' *.?pp \
          | $(SED) \
            -e '/$(old_year)[, ]*$(new_year)/d' \
-           -e'/http:\/\/lists.nongnu.org\/archive\/html\/lmi\/$(old_year)/d' \
+           -e'/https*:\/\/lists.nongnu.org\/archive\/html\/lmi\/$(old_year)/d' 
\
            -e'/\(VERSION\|version\).*$(old_year)[0-9]\{4\}T[0-9]\{4\}Z/d' \
          || true
        $(GREP) --directories=skip $(unutterable) * \



reply via email to

[Prev in Thread] Current Thread [Next in Thread]