From 611f12013b42466749cf00016e6e27b73d3a224c Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Sun, 31 Dec 2017 16:43:46 -0800 Subject: maint: fix 'make update-copyright' * Makefile (update-copyright): Adjust to 2016-11-23 change to config/srclist-update, which changed the format of srclist.txt. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 3056d0d416..e9608c0dc7 100644 --- a/Makefile +++ b/Makefile @@ -160,7 +160,7 @@ MODULES.html: MODULES.html.sh update-copyright: exempt=$$(mktemp); \ grep -v '^#' config/srclist.txt|grep -v '^$$' \ - | while read src dst; do \ + | while read top src dst options; do \ test -f "$$dst" && { echo "$$dst"; continue; }; \ test -d "$$dst" || continue; \ echo "$$dst"/$$(basename "$$src"); \ -- cgit v1.2.1