move definition mingw-namestring

This commit is contained in:
SANO Masatoshi 2016-06-30 08:43:33 +09:00
parent b795a3a249
commit b8a1c788eb
2 changed files with 6 additions and 6 deletions

View file

@ -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

View file

@ -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*)