~ruther/guix-local

74067fedce8a4fd15b51114a52130a9ec6199082 — Tobias Geerinckx-Rice 8 years ago 55a7979
environment: Correct typo.

* guix/scripts/environment.scm (create-environment): Fix typo.
1 files changed, 1 insertions(+), 1 deletions(-)

M guix/scripts/environment.scm
M guix/scripts/environment.scm => guix/scripts/environment.scm +1 -1
@@ 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)