X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;ds=inline;f=src%2Fcode%2Ftarget-pathname.lisp;h=04c584595ac9f3a349989f551bde9e1858fb04ec;hb=9a82b26397de09d67372f34158090c2284fd1411;hp=4536eb34af7e0919f1818df2215a7c2ecccf91c3;hpb=c0578d9893429c9c0da80ea5920360e4621fddab;p=sbcl.git diff --git a/src/code/target-pathname.lisp b/src/code/target-pathname.lisp index 4536eb3..04c5845 100644 --- a/src/code/target-pathname.lisp +++ b/src/code/target-pathname.lisp @@ -1064,7 +1064,7 @@ system's syntax for files." (frob %pathname-directory directory-components-match) (frob %pathname-name) (frob %pathname-type) - (or (eq (%pathname-host wildname) *unix-host*) + (or (eq (%pathname-host wildname) *physical-host*) (frob %pathname-version))))))) ;;; Place the substitutions into the pattern and return the string or pattern