From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: bash: invalid option "no_empty_cmd_completion" Date: Thu, 28 Sep 2017 16:14:11 +0200 Message-ID: <87r2uqrjv0.fsf@gnu.org> References: <3673d683-1142-575b-d024-195b2b69cdba@crazy-compilers.com> <87mv5izi5b.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:48860) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dxZZx-0007Ao-Ed for guix-devel@gnu.org; Thu, 28 Sep 2017 10:14:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dxZZt-0008NK-Fb for guix-devel@gnu.org; Thu, 28 Sep 2017 10:14:17 -0400 In-Reply-To: (Hartmut Goebel's message of "Mon, 25 Sep 2017 22:36:41 +0200") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Hartmut Goebel Cc: guix-devel Hartmut Goebel skribis: > I ran > guix environment --fallback guix --ad-hoc help2man recutils nss-certs > glibc-locales guile-git > > which gave me a normal bash earlier. > > And this is the offending change: > > commit baf549df14c6d4a63bfbd0054b865446a97e872a > Author: Ludovic Court=C3=A8s > Date:=C2=A0=C2=A0 Fri Jun 2 15:34:36 2017 +0200 > > =C2=A0=C2=A0=C2=A0 gnu: guile: Depend on 'bash-minimal' rather than 'bash= '. In the build environment, you end up with =E2=80=9Cbash-minimal=E2=80=9D in= $PATH, indeed. You can easily override it by adding =E2=80=9Cbash=E2=80=9D to after --ad-h= oc I believe. HTH! Ludo=E2=80=99.