fix ros install ecl/branch #268

This commit is contained in:
SANO Masatoshi 2017-10-22 04:23:34 +09:00
parent b177690d7e
commit e3b2f4501f

View file

@ -14,9 +14,11 @@
(subseq a (position-if #'digit-char-p a))))))
(defun ecl-version-filename (version)
(find-if (lambda (x) (ignore-errors (equal (subseq x (- (length x) (length version))) version)))
(or
(find-if (lambda (x) (ignore-errors (equal (subseq x (- (length x) (length version))) version)))
(github-version (ecl-git-version-uri) "ecl"
(lambda (href) (subseq href (1+ (position #\/ href :from-end t)))))))
(lambda (href) (subseq href (1+ (position #\/ href :from-end t))))))
version))
(defun ecl-msys (argv)
(unless (roswell:getenv "MSYSCON")