We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bb0b64 commit 76ae249Copy full SHA for 76ae249
src/lint.lisp
@@ -714,7 +714,7 @@ for CONTENTS are a string or a list of strings."
714
(error "A :HAS-NAME clause must have one argument."))
715
(unless (stringp (first expr))
716
(error "A :HAS-NAME clause must have a string agument."))
717
- (string= (first expr) (namestring pathname)))
+ (string= (first expr) (file-namestring pathname)))
718
(has-shebang (expr)
719
(let ((first-line
720
(first (read-file-into-list pathname))))
0 commit comments