From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS22989 209.51.188.0/24 X-Spam-Status: No, score=-3.9 required=3.0 tests=AWL,BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED, SPF_HELO_NONE,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id C3EBD1F461 for ; Sun, 23 Jun 2019 16:32:35 +0000 (UTC) Received: from localhost ([::1]:45650 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hf5Pt-0002Df-6i for normalperson@yhbt.net; Sun, 23 Jun 2019 12:32:33 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:55730) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hf5Pi-00029T-5w for bug-gnulib@gnu.org; Sun, 23 Jun 2019 12:32:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hf5Pg-0001Aa-AK for bug-gnulib@gnu.org; Sun, 23 Jun 2019 12:32:21 -0400 Received: from mail-wr1-f54.google.com ([209.85.221.54]:33397) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hf5Pd-00013R-HX for bug-gnulib@gnu.org; Sun, 23 Jun 2019 12:32:18 -0400 Received: by mail-wr1-f54.google.com with SMTP id n9so11341406wru.0 for ; Sun, 23 Jun 2019 09:32:15 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=hzRhKIZWYn/wNkU5nruDrwkqZSHI6Q1ciZQsGpxZm8o=; b=lmQ+GeLh1d/DejnCs/MkM7afuspBIU3bBDPgKDNdMTa+fAZ0bqGK6TGEJlIn0pSjVF 043FfNyadLgiwq6sVAGBd866ZXXvI5R0Ss4dLVfuYNEr78FnmJuBUfvNWxxLG+1qK7G6 MmbRGkvi7tAhmBjOnXNX+mziccvFNxZaqjNB6YyiMLAk64sRMO/1n4CKr1sToCjJs36C aWaKnSYp9iadAu0qSCezJlq964HLP0VleWZessF1de7JZr8iFEbr5FLmdEUZe6t2Df1A KgLaCz+3JEScOXG/oCyqPQceefGBtzKxxR07/xy9qchuRT5moHwTOcTQOZ9xsSMGhCVG sTAg== X-Gm-Message-State: APjAAAWFD7/pw32BGAJ/z4b2rSa/lpXEVzfdHoaIPA+1H8U5KBt54jzj oN22Zl3V8OCpGYobSp1Z8HI9ualTp8hFcIQdR+0= X-Google-Smtp-Source: APXvYqzdguwH/1Nfd8ElHa5Y5NgAwyDg8jY2Rs00d8n+424YDjbOhmElX6Q60CIvPTvtIhI2+g7HiUMqtgnJekUGL38= X-Received: by 2002:a5d:49cc:: with SMTP id t12mr17365659wrs.344.1561307535082; Sun, 23 Jun 2019 09:32:15 -0700 (PDT) MIME-Version: 1.0 References: <365b73af-3fb2-bd69-e3a2-3cc4cebc4ef9@gmx.de> <2765693.YW09rysiF3@omega> <7b2e3c71-e274-bd2a-5534-e1fc4289db92@cs.ucla.edu> <15019651.RDuQAadGsn@omega> In-Reply-To: <15019651.RDuQAadGsn@omega> From: Jim Meyering Date: Sun, 23 Jun 2019 09:32:03 -0700 Message-ID: Subject: Re: Alpine: useless-if-before-free: Exec format error To: Bruno Haible Content-Type: text/plain; charset="UTF-8" X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 209.85.221.54 X-BeenThere: bug-gnulib@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Gnulib discussion list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: =?UTF-8?Q?Tim_R=C3=BChsen?= , "bug-gnulib@gnu.org List" , Paul Eggert , Eric Blake Errors-To: bug-gnulib-bounces+normalperson=yhbt.net@gnu.org Sender: "bug-gnulib" On Wed, Jun 19, 2019 at 3:12 AM Bruno Haible wrote: ... > Done like this: > > 2019-06-19 Bruno Haible > > Reorder pieces of header in perl scripts. > The desired order is > - Prologue part 1 (2 lines with #!) > - Program short description > - Copyright and license notice > - Written-by notice > - Program short description (optional) > - Program long description (optional) > - Prologue part 2 > - Time stamp > - Code > Reported by Paul Eggert. > * build-aux/announce-gen: Reorder header. > * build-aux/gitlog-to-changelog: Likewise. > * build-aux/useless-if-before-free: Likewise. > * build-aux/prefix-gnulib-mk: Add copyright notice and short > description. > * build-aux/update-copyright: Likewise. Add short description. Bump > time-stamp-line-limit to 200. Thank you all for improving those scripts!