Loading asdf.lisp +1 −1 Original line number Diff line number Diff line Loading @@ -163,7 +163,7 @@ ;;;; (defparameter *asdf-revision* ;; the 1+ hair is to ensure that we don't do an inadvertent find and replace (subseq "REVISION:1.373" (1+ (length "REVISION")))) (subseq "REVISION:1.374" (1+ (length "REVISION")))) (defvar *resolve-symlinks* t "Determine whether or not ASDF resolves symlinks when defining systems. Loading Loading
asdf.lisp +1 −1 Original line number Diff line number Diff line Loading @@ -163,7 +163,7 @@ ;;;; (defparameter *asdf-revision* ;; the 1+ hair is to ensure that we don't do an inadvertent find and replace (subseq "REVISION:1.373" (1+ (length "REVISION")))) (subseq "REVISION:1.374" (1+ (length "REVISION")))) (defvar *resolve-symlinks* t "Determine whether or not ASDF resolves symlinks when defining systems. Loading