From: Paul Eggert Date: Mon, 13 Jun 2022 23:49:55 +0000 (-0700) Subject: Fix ‘make dist-xz’ bug X-Git-Tag: v1.35~67 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9f0e54ab2;p=thirdparty%2Ftar.git Fix ‘make dist-xz’ bug Problem reported by Pavel Raiskup in: https://lists.gnu.org/r/bug-tar/2022-06/msg00014.html * bootstrap.conf (copy_files): Also copy DISTFILES. --- diff --git a/bootstrap.conf b/bootstrap.conf index c3cdec9b..00e0d66f 100644 --- a/bootstrap.conf +++ b/bootstrap.conf @@ -79,7 +79,7 @@ gnulib_modules="$avoided_gnulib_modules # copy_files srcdir dstdir copy_files() { - for file in `cat $1/DISTFILES` + for file in DISTFILES `cat $1/DISTFILES` do case $file in "#*") continue;;