From mboxrd@z Thu Jan 1 00:00:00 1970 From: Claes Wallin (=?UTF-8?Q?=E9=9F=8B=E5=98=89=E8=AA=A0?=) Subject: bug#34279: guix-install.sh: uses /bin/bash shebang Date: Fri, 1 Feb 2019 16:35:56 +0100 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Return-path: Received: from eggs.gnu.org ([209.51.188.92]:60484) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gpbQB-0003Uu-G0 for bug-guix@gnu.org; Fri, 01 Feb 2019 11:12:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gpbQA-0005be-RA for bug-guix@gnu.org; Fri, 01 Feb 2019 11:12:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:55904) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gpbQA-0005bZ-OD for bug-guix@gnu.org; Fri, 01 Feb 2019 11:12:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gpbQA-0003pj-IL for bug-guix@gnu.org; Fri, 01 Feb 2019 11:12:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: Received: from eggs.gnu.org ([209.51.188.92]:51630) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gparS-0006mz-0g for bug-guix@gnu.org; Fri, 01 Feb 2019 10:36:12 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gparR-0005gv-Db for bug-guix@gnu.org; Fri, 01 Feb 2019 10:36:09 -0500 Received: from mail-it1-f177.google.com ([209.85.166.177]:51459) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gparR-0005eG-9G for bug-guix@gnu.org; Fri, 01 Feb 2019 10:36:09 -0500 Received: by mail-it1-f177.google.com with SMTP id w18so9694856ite.1 for ; Fri, 01 Feb 2019 07:36:09 -0800 (PST) List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: 34279@debbugs.gnu.org This means ./guix-install.sh doesn't work on e.g. NixOS. :-) Please use /usr/bin/env bash. The manual workaround is obvious, but this is a thousand-papercuts bug.