emacs-bug-tracker
[Top][All Lists]
Advanced

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

bug#48624: closed ([PATCH] guix-install.sh: No longer export GUIX_PROFIL


From: GNU bug Tracking System
Subject: bug#48624: closed ([PATCH] guix-install.sh: No longer export GUIX_PROFILE.)
Date: Wed, 07 Jul 2021 19:32:02 +0000

Your message dated Wed, 7 Jul 2021 21:30:55 +0200
with message-id <96e1897b-8b4f-13a4-d231-33ac20ba789e@crazy-compilers.com>
and subject line Re: bug#48624: Acknowledgement ([PATCH] guix-install.sh: No 
longer export GUIX_PROFILE.)
has caused the debbugs.gnu.org bug report #48624,
regarding [PATCH] guix-install.sh: No longer export GUIX_PROFILE.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
48624: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=48624
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] guix-install.sh: No longer export GUIX_PROFILE. Date: Mon, 24 May 2021 17:37:02 +0200
If GUIX_PROFILE is exported here, any subsequent
"source /some/other/profile/etc/profile" will set variables pointing to
"$HOME/.guix-profile" instead of pointing to the sourced profile.

* etc/guix-install.sh (sys_create_init_profile): No longer export GUIX_PROFILE.
---
 etc/guix-install.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/etc/guix-install.sh b/etc/guix-install.sh
index 6a799fa823..8ecadea97d 100755
--- a/etc/guix-install.sh
+++ b/etc/guix-install.sh
@@ -499,7 +499,7 @@ export INFOPATH="$_GUIX_PROFILE/share/info:$INFOPATH"
 GUIX_PROFILE="$HOME/.guix-profile"
 [ -L $GUIX_PROFILE ] || return
 GUIX_LOCPATH="$GUIX_PROFILE/lib/locale"
-export GUIX_PROFILE GUIX_LOCPATH
+export GUIX_LOCPATH
 
 [ -f "$GUIX_PROFILE/etc/profile" ] && . "$GUIX_PROFILE/etc/profile"
 
-- 
2.21.4




--- End Message ---
--- Begin Message --- Subject: Re: bug#48624: Acknowledgement ([PATCH] guix-install.sh: No longer export GUIX_PROFILE.) Date: Wed, 7 Jul 2021 21:30:55 +0200 User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.11.0
Commited as 7f06567b83a6d994703adbdda99b266dc83d2d84



--- End Message ---

reply via email to

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