changelog shortlog graph tags branches files raw help

Mercurial > core / changeset: bugfix

changeset 343: 56826abc2d56
parent 342: 254cca648492
child 344: 6c02d3d77326
author: Richard Westhaver <ellis@rwest.io>
date: Mon, 13 May 2024 21:13:46 -0400
files: lisp/lib/skel/core/obj.lisp
description: bugfix
     1.1--- a/lisp/lib/skel/core/obj.lisp	Mon May 13 21:10:33 2024 -0400
     1.2+++ b/lisp/lib/skel/core/obj.lisp	Mon May 13 21:13:46 2024 -0400
     1.3@@ -448,7 +448,7 @@
     1.4                                               (sb-posix:getenv (format nil "~a" (symbol-name e)))))
     1.5                                      (string (cons
     1.6                                               (sb-int:keywordicate e)
     1.7-                                              (sb-posix:getenv (format nil "~a" (symbol-name e)))))
     1.8+                                              (sb-posix:getenv (string-upcase e))))
     1.9                                      (list
    1.10                                       (cons (sb-int:keywordicate (car e)) (cdr e)))))
    1.11