bug-guix
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#75463: Incorrect sourcing on foreign distros


From: Einar Largenius
Subject: bug#75463: Incorrect sourcing on foreign distros
Date: Thu, 09 Jan 2025 15:26:52 +0100
User-agent: mu4e 1.12.7; emacs 29.4

Hello,

I was trying to figure out what is needed to make bash-completion working with 
my user profile and I came across what I believe is an error.

The relevant file is /etc/profile.d/zzz-guix.sh

It has two lines:

    [ -L "$GUIX_PROFILE" ] || \

Shouldn't it be:

    [ -L "$GUIX_PROFILE" ] && \

I use Guix on Fedora 41.

-- 
Med vänliga hälsningar Einar





reply via email to

[Prev in Thread] Current Thread [Next in Thread]