mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
environment: Correct typo.
* guix/scripts/environment.scm (create-environment): Fix typo.
This commit is contained in:
parent
55a797999a
commit
74067fedce
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ (define (purify-environment)
|
|||
(define (create-environment profile paths pure?)
|
||||
"Set the environment variables specified by PATHS for PROFILE. When PURE?
|
||||
is #t, unset the variables in the current environment. Otherwise, augment
|
||||
existing enviroment variables with additional search paths."
|
||||
existing environment variables with additional search paths."
|
||||
(when pure? (purify-environment))
|
||||
(for-each (match-lambda
|
||||
((($ <search-path-specification> variable _ separator) . value)
|
||||
|
|
Loading…
Reference in a new issue