X-Git-Url: http://git.kpe.io/?p=clsql.git;a=blobdiff_plain;f=clsql.asd;fp=clsql.asd;h=0d564b67fdf89de8ab01cad74831a7948531d084;hp=26ee04fafeb63850851ac7fda87b9cc1060a0935;hb=b0d8b82d162436bf2a7406b4cea489084c232a85;hpb=2fdeeec10378eede8406067b904b218ba8db87d3 diff --git a/clsql.asd b/clsql.asd index 26ee04f..0d564b6 100644 --- a/clsql.asd +++ b/clsql.asd @@ -99,6 +99,9 @@ oriented interface." (defmethod perform :after ((o load-op) (c (eql (find-system 'clsql)))) (let* ((init-var (uffi:getenv "CLSQLINIT")) (init-file (or (when init-var (probe-file init-var)) + (merge-pathnames + (make-pathname :name ".clsql-init" :type "lisp") + (user-homedir-pathname)) (probe-file "/etc/clsql-init.lisp") #+(or mswin windows win32) (probe-file "c:\\etc\\clsql-init.lisp"))))