Merge pull request #2890 from yewton/master

Ensure ps not to be t
This commit is contained in:
INA Lintaro 2024-04-08 17:37:28 +09:00 committed by GitHub
commit 1c5b0eb7fa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -137,7 +137,7 @@
(read-from-string (buffer-string))))
;; If it doesn't exist, make sure the directory is there
;; so we can create it.
(make-directory el-get-dir t)))
(progn (make-directory el-get-dir t) nil)))
(p-s
(cond
((null ps) ;; nothing installed, we should install el-get