Skip to content

Commit

Permalink
Better function name
Browse files Browse the repository at this point in the history
  • Loading branch information
eudoxia0 committed Nov 26, 2015
1 parent 4e643cf commit d6bef53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/trivial-build.lisp
Expand Up @@ -4,7 +4,7 @@
(:export :build))
(in-package :trivial-build)

(defun in-roswell-p ()
(defun roswellp ()
"Are we in a Roswell implementation?"
(find ".roswell"
(pathname-directory (trivial-exe:executable-pathname))
Expand Down Expand Up @@ -49,7 +49,7 @@
(type string entry-point)
(type pathname binary-pathname))
(let ((implementation (lisp-invocation:get-lisp-implementation)))
(if (in-roswell-p)
(if (roswellp)
(boot-and-build system-name
entry-point
binary-pathname
Expand Down

0 comments on commit d6bef53

Please sign in to comment.