mirror of
https://github.com/roswell/roswell.git
synced 2026-09-10 07:16:17 -04:00
fix...
This commit is contained in:
parent
e1156882fc
commit
a1ec0cc0f0
|
|
@ -5,7 +5,7 @@
|
|||
(defun git (&rest argv)
|
||||
(if (rest argv)
|
||||
(dolist (x (rest argv) (roswell:quit 0))
|
||||
(let* ((* (directory (merge-pathnames wild (first ql:*local-project-directories*))))
|
||||
(let* ((* (directory (merge-pathnames "**/.git/" (first ql:*local-project-directories*))))
|
||||
(* (mapcar (lambda (x) (directory (merge-pathnames "../*.asd" x))) *))
|
||||
(* (apply #'append *))
|
||||
(* (remove x * :test (complement #'equal) :key #'pathname-name))
|
||||
|
|
|
|||
|
|
@ -12,8 +12,7 @@ exec ros -Q -m roswell -L sbcl-bin -- $0 "$@"
|
|||
(in-package :ros.script.git.3702458293)
|
||||
|
||||
(defun main (&rest argv)
|
||||
(let* ((name (pathname-name *load-pathname*))
|
||||
(wild (format nil "**/.~A/" name)))
|
||||
(let* ((name (pathname-name *load-pathname*)))
|
||||
(roswell:exec
|
||||
(cond
|
||||
((equal (first argv) "clone")
|
||||
|
|
|
|||
Loading…
Reference in a new issue