dot/lisp-init.lisp: Use `sb-ext:posix-getenv' instead of `sb-posix:getenv'.
authorMark Wooding <mdw@distorted.org.uk>
Wed, 16 Sep 2015 10:51:27 +0000 (11:51 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Wed, 16 Sep 2015 10:51:27 +0000 (11:51 +0100)
commit266c56a3de4186c495e20fdba2c4aa2473d029c4
tree656098d4998a138f27eb4c94584143c1705c978f
parentdab00e44a4d7653a29b19b5ad8038be8b287816b
dot/lisp-init.lisp: Use `sb-ext:posix-getenv' instead of `sb-posix:getenv'.

The former is built into the standard image, while the latter involves
loading a system at runtime which delays startup noticeably.
dot/lisp-init.lisp