Browse Source
environment: Correct typo.
* guix/scripts/environment.scm (create-environment): Fix typo.
version-0.13.0
Tobias Geerinckx-Rice
5 years ago
No known key found for this signature in database
GPG Key ID: 91CCDB9B48541B99
1 changed files with
1 additions and
1 deletions
-
guix/scripts/environment.scm
|
|
@ -72,7 +72,7 @@ as 'HOME' and 'USER' are left untouched." |
|
|
|
(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) |
|
|
|