guix-commits
[Top][All Lists]
Advanced

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

branch master updated: guix-install.sh: No longer export GUIX_PROFILE.


From: guix-commits
Subject: branch master updated: guix-install.sh: No longer export GUIX_PROFILE.
Date: Wed, 07 Jul 2021 15:25:49 -0400

This is an automated email from the git hooks/post-receive script.

htgoebel pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 7f06567  guix-install.sh: No longer export GUIX_PROFILE.
7f06567 is described below

commit 7f06567b83a6d994703adbdda99b266dc83d2d84
Author: Hartmut Goebel <h.goebel@crazy-compilers.com>
AuthorDate: Mon May 24 17:26:52 2021 +0200

    guix-install.sh: No longer export GUIX_PROFILE.
    
    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 6a799fa..8ecadea 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"
 



reply via email to

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