mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
system: Fix typo.
* gnu/system.scm (etc-directory): Fix typo in a comment.
This commit is contained in:
parent
7eff42432b
commit
c05c43216f
1 changed files with 1 additions and 1 deletions
|
@ -463,7 +463,7 @@ (define* (etc-directory #:key
|
|||
export SSL_CERT_FILE=\"$SSL_CERT_DIR/ca-certificates.crt\"
|
||||
export GIT_SSL_CAINFO=\"$SSL_CERT_FILE\"
|
||||
|
||||
# Crucial variables that could be missing the the profiles' 'etc/profile'
|
||||
# Crucial variables that could be missing in the profiles' 'etc/profile'
|
||||
# because they would require combining both profiles.
|
||||
# FIXME: See <http://bugs.gnu.org/20255>.
|
||||
export MANPATH=$HOME/.guix-profile/share/man:/run/current-system/profile/share/man
|
||||
|
|
Loading…
Reference in a new issue