From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp0 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms0.migadu.com with LMTPS id hNnNFCvYeWGXKgEAgWs5BA (envelope-from ) for ; Thu, 28 Oct 2021 00:52:27 +0200 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp0 with LMTPS id qJ/pDyvYeWGPOAAA1q6Kng (envelope-from ) for ; Wed, 27 Oct 2021 22:52:27 +0000 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 aspmx1.migadu.com (Postfix) with ESMTPS id 1B01BA22D for ; Thu, 28 Oct 2021 00:52:27 +0200 (CEST) Received: from localhost ([::1]:46916 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mfrmU-0005yL-8L for larch@yhetil.org; Wed, 27 Oct 2021 18:52:26 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:46234) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mfrRm-0005CV-CK for guix-patches@gnu.org; Wed, 27 Oct 2021 18:31:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:39243) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1mfrRm-0003LD-2r for guix-patches@gnu.org; Wed, 27 Oct 2021 18:31:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1mfrRm-0002so-03 for guix-patches@gnu.org; Wed, 27 Oct 2021 18:31:02 -0400 Subject: bug#51403: [PATCH]: environment: Fix broken file-local variable. Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Wed, 27 Oct 2021 22:31:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 51403 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Zhu Zihao Cc: 51403-done@debbugs.gnu.org Mail-Followup-To: 51403@debbugs.gnu.org, ludo@gnu.org, all_but_last@163.com Received: via spool by 51403-done@debbugs.gnu.org id=D51403.163537385811067 (code D ref 51403); Wed, 27 Oct 2021 22:31:01 +0000 Received: (at 51403-done) by debbugs.gnu.org; 27 Oct 2021 22:30:58 +0000 Received: from localhost ([127.0.0.1]:50788 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mfrRh-0002sR-W0 for submit@debbugs.gnu.org; Wed, 27 Oct 2021 18:30:58 -0400 Received: from eggs.gnu.org ([209.51.188.92]:48890) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mfrRg-0002sC-9B for 51403-done@debbugs.gnu.org; Wed, 27 Oct 2021 18:30:56 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:56128) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mfrRZ-0003KQ-Bf; Wed, 27 Oct 2021 18:30:50 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=g7eBLjK47R2WsXLSWmKZX2b2kpUyxnmDds2tSV/MuGY=; b=UoOLZlo/TGN8iNDvgTiT 9gys1TaJX3J/B+c6pmrclsDKFGEKSmVBPrDxk8yTP6HbQTIklWlVOHpqUknNMnp8X5aGyPwiOSu+o WL00vE8Sb9OvCCBdC9+363Q8cvFyeUzWPSVeo6kZIgJXt8DNcy+zkltgBSlNSdVqLtOA8dvkOOE9Z P9r35bIPCOcdHaU19mudmfrSQsDGYBFmCmFVimlc6OJpmJn0jQHaY7zwN8UUcANzfKnCn1RBxugTH 7wo9i7AuObydQiKHH97zVoq8d3v1yNm++zpRoqbL259Tu9DRxpQ8f775GHBBQ0Pz7fUMrcuAGQRUB D/V+83FavulePA==; Received: from 91-160-117-201.subs.proxad.net ([91.160.117.201]:54258 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mfrRE-0000Cp-Oa; Wed, 27 Oct 2021 18:30:44 -0400 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <86ee88juem.fsf@163.com> Date: Thu, 28 Oct 2021 00:30:27 +0200 In-Reply-To: <86ee88juem.fsf@163.com> (Zhu Zihao's message of "Tue, 26 Oct 2021 12:12:33 +0800") Message-ID: <8735omaynw.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: "Guix-patches" X-Migadu-Flow: FLOW_IN ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1635375147; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding:resent-to: resent-from:resent-sender:resent-message-id:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=g7eBLjK47R2WsXLSWmKZX2b2kpUyxnmDds2tSV/MuGY=; b=qoapNLXYVOEGlQpfjU6a6dSM5fb1Uizy3PvE9p+rRZHghixNJwmuxX7Xi3LkKB0jpBfDKL 0bQPJG/qLCdk3qjZnhh4mvptz43l7hATXtQJCVqYHIE1lR06cjt4PZtk5aOpX5XyxCV+SZ 83fEUhCT1vo6LoeqmazU7aFl5rdxvM7xAgIPOq7djFF2+zcBtWCGIVu3Ads4mm4QXZbbM9 MMq7lLW/U5uLYKsiCd5AdOiXGcfT7ltIHmxLaSzOLe+zZUkMnI7iW/OeeKfV6cC15xu/CR r5PzSTculsr8j/V6aJ+UrXxlumB+fZH3xyhCc3h+zRIFM3ftO+21wziI1mUzLQ== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1635375147; a=rsa-sha256; cv=none; b=VzLcqGnqtWKh7qH9RjGa3nC/enKegv3rr1Jr13FUmBNGuvCIrp/cdHrwl1+DlMq8n5CZrL wd12RLzwlnOn9djWMMVoPdttisXRABwG8jfBsdIHJQhGNctjndMZ05n510YIp3HIcK3XBx O1/hhyiCDapmWqmC5CQBhxTi26vXea9PoIMiG4/OsEJ7D9wNdMtDt5eTBUDyWCyIFQxhVu 9lXFBqBf3kRYgHoeXFfDI1No2VZqv+HHvVapDOJy5GaYc041nXoWsCm3SNL0IwtiNTR7Jz 52lwS15XqiaBbYdpLL2AsTl+ndQuG5izYBFSk9YGCAKQjMRxvrfji8CLR1cqRQ== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b="UoOLZlo/"; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of guix-patches-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-patches-bounces@gnu.org X-Migadu-Spam-Score: -2.92 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b="UoOLZlo/"; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of guix-patches-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-patches-bounces@gnu.org X-Migadu-Queue-Id: 1B01BA22D X-Spam-Score: -2.92 X-Migadu-Scanner: scn0.migadu.com X-TUID: Bf30XCLtfmiU Hi, Zhu Zihao skribis: >>>From e414d00dde885f819fd224e58fc2137beba34006 Mon Sep 17 00:00:00 2001 > From: Zhu Zihao > Date: Tue, 26 Oct 2021 12:10:26 +0800 > Subject: [PATCH] environment: Fix broken file-local variable. > > * guix/scripts/environment.scm (Local Variables): Add missing eval. Applied, thanks! Ludo=E2=80=99.