Skip to content
Snippets Groups Projects
Commit 8b6e1f2d authored by Daniel Barlow's avatar Daniel Barlow
Browse files

*asdf-revision changes to work with cvs co -kv option

parent 46fbe6c9
No related branches found
No related tags found
No related merge requests found
;;; This is asdf: Another System Definition Facility. $Revision: 1.64 $
;;; This is asdf: Another System Definition Facility. $Revision: 1.65 $
;;;
;;; Feedback, bug reports, and patches are all welcome: please mail to
;;; <cclan-list@lists.sf.net>. But note first that the canonical
......@@ -88,8 +88,8 @@
(in-package #:asdf)
(defvar *asdf-revision* (let* ((v "$Revision: 1.64 $")
(colon (position #\: v))
(defvar *asdf-revision* (let* ((v "$Revision: 1.65 $")
(colon (or (position #\: v) -1))
(dot (position #\. v)))
(and v colon dot
(list (parse-integer v :start (1+ colon)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment