From debbugs-submit-bounces@debbugs.gnu.org Sun May 17 13:18:04 2020 Received: (at 40601) by debbugs.gnu.org; 17 May 2020 17:18:04 +0000 Received: from localhost ([127.0.0.1]:44563 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jaMvL-00073e-HU for submit@debbugs.gnu.org; Sun, 17 May 2020 13:18:04 -0400 Received: from mail-wm1-f48.google.com ([209.85.128.48]:38513) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jaMvA-00071G-I0 for 40601@debbugs.gnu.org; Sun, 17 May 2020 13:17:53 -0400 Received: by mail-wm1-f48.google.com with SMTP id m185so2875061wme.3 for <40601@debbugs.gnu.org>; Sun, 17 May 2020 10:17:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=UKovMz2T8MmeYnmWNRGA1O8pU4zP7TixW5aI7Dq8KYU=; b=kNqMPGHE5yXUGCp8RKzh0tYer7ZAntvhohPAhsRjGTMQdyYCbGflpCqbWctxAaSsXM LjgYpjm4C5cKoryyfWKs+LJ0lEM3r4QHCQiX6n+x0ZieM1ErJNt+hC2rRibwRAqylTUK 4HG4oOQ97G/O/uj0+lq6ap8BO2V/qL+z20SyVMPmgVCv/xGA0jcyJzrMYAQfbK2TODb0 ywM4L/P/zVZlVL643Q3Qab/GUpu/8jUvq16m6zIEpw6eYQLqIYzaNCikdoD72/o9inQ9 AK/a80Of0+EIzbThqsub+uAl1uSrKUgqHoBlEFVFpYj1K3wJ9LCjx/1x9bMii4unRKte Dw5w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=UKovMz2T8MmeYnmWNRGA1O8pU4zP7TixW5aI7Dq8KYU=; b=PQhBhzwnUPxmMQD3cF1aiEg0vWWLEXI7fDsvdUnFpvzjsAZVnPwiWjws6pCR4gs3PL Km5HkloL3EaR1xdY4qMFtQCq7YS61jbDnmif2MqTxP1EX5XlDwyLNrL+yui0w95y2eFJ J9gidlmAFxK88741kxykPXvcr+c4wDlznkO7Tccgqws7F5dlWpa24oslbDmvjwc8TmYL gZtJgC5YV6G+H67aVQBHpWaV0oy24LR90N4DO2uJGGM+HaWkj/CoMcWxmLgJxGc05kgA 4hUeR2c3Arn44lQX0LUhaTYHM65vGqNNJl/KdHbBLld8AkAAXb/cYi5Rs21LKgydR5FP KtNA== X-Gm-Message-State: AOAM532VmvRSNwgA5FKiyL5k13Ebi10lI/dVGFVILIqyesUR6aVu4yh/ hdMjqRwlRAXoXyUIFGhY56i1vTHa X-Google-Smtp-Source: ABdhPJzI1tPmIJWEEtWxPzUY2idnjV9yYYLCwUDJJzpgJIHJlAilcu+t3hGEWT/nWjlMANlWM5fgmA== X-Received: by 2002:a1c:68c2:: with SMTP id d185mr14316823wmc.145.1589735866751; Sun, 17 May 2020 10:17:46 -0700 (PDT) Received: from localhost.localdomain (se167-1-82-242-148-1.fbx.proxad.net. [82.242.148.1]) by smtp.gmail.com with ESMTPSA id v126sm13305048wma.9.2020.05.17.10.17.45 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 17 May 2020 10:17:46 -0700 (PDT) From: Vincent Legoll To: 40601@debbugs.gnu.org Subject: [PATCH 06/28] guix-install.sh: trivial whitespace fix. Date: Sun, 17 May 2020 19:17:03 +0200 Message-Id: <20200517171725.732-6-vincent.legoll@gmail.com> X-Mailer: git-send-email 2.26.2 In-Reply-To: <20200517171725.732-1-vincent.legoll@gmail.com> References: <20200517171725.732-1-vincent.legoll@gmail.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 40601 Cc: Vincent Legoll X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Almost the entire file is indented with spaces, a few tabs slipped in, clean them up. Checked triviality with git diff -b. * etc/guix-install.sh(chk_sys_arch): Replace tabs with spaces. (sys_enable_guix_daemon): Likewise. --- etc/guix-install.sh | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/etc/guix-install.sh b/etc/guix-install.sh index 6eff82c444..078aa4a781 100755 --- a/etc/guix-install.sh +++ b/etc/guix-install.sh @@ -180,9 +180,9 @@ chk_sys_arch() aarch64) local arch=aarch64 ;; - armv7l) - local arch=armhf - ;; + armv7l) + local arch=armhf + ;; *) _err "${ERR}Unsupported CPU type: ${arch}" exit 1 @@ -353,15 +353,15 @@ sys_enable_guix_daemon() /etc/systemd/system/; chmod 664 /etc/systemd/system/guix-daemon.service; - # Work around , present in 1.0.1. - sed -i /etc/systemd/system/guix-daemon.service \ - -e "s/GUIX_LOCPATH='/'GUIX_LOCPATH=/"; + # Work around , present in 1.0.1. + sed -i /etc/systemd/system/guix-daemon.service \ + -e "s/GUIX_LOCPATH='/'GUIX_LOCPATH=/"; - # Work around , present in 1.0.1. - if ! grep en_US /etc/systemd/system/guix-daemon.service >/dev/null; - then sed -i /etc/systemd/system/guix-daemon.service \ - -e 's/^Environment=\(.*\)$/Environment=\1 LC_ALL=en_US.UTF-8'; - fi; + # Work around , present in 1.0.1. + if ! grep en_US /etc/systemd/system/guix-daemon.service >/dev/null; + then sed -i /etc/systemd/system/guix-daemon.service \ + -e 's/^Environment=\(.*\)$/Environment=\1 LC_ALL=en_US.UTF-8'; + fi; systemctl daemon-reload && systemctl start guix-daemon && -- 2.26.2