mirror of
https://github.com/roswell/roswell.git
synced 2026-09-10 07:16:17 -04:00
move definition mingw-namestring
This commit is contained in:
parent
b795a3a249
commit
b8a1c788eb
|
|
@ -71,12 +71,6 @@
|
|||
;;TBD
|
||||
(declare (ignore path)))
|
||||
|
||||
#+win32
|
||||
(defun mingw-namestring (path)
|
||||
(string-right-trim (format nil "~%")
|
||||
(uiop:run-program `(,(sh) "-lc" ,(format nil "cd ~S;pwd" (uiop:native-namestring path)))
|
||||
:output :string)))
|
||||
|
||||
(defun start (argv)
|
||||
(ensure-directories-exist (homedir))
|
||||
#+win32
|
||||
|
|
|
|||
|
|
@ -79,4 +79,10 @@
|
|||
when (eql (aref href 0) #\/)
|
||||
collect (funcall filter href)))))
|
||||
|
||||
#+win32
|
||||
(defun mingw-namestring (path)
|
||||
(string-right-trim (format nil "~%")
|
||||
(uiop:run-program `(,(sh) "-lc" ,(format nil "cd ~S;pwd" (uiop:native-namestring path)))
|
||||
:output :string)))
|
||||
|
||||
(pushnew :ros.install.util *features*)
|
||||
|
|
|
|||
Loading…
Reference in a new issue