From 7bf7634d8d053091e6c18cb278cd390ac849ea57 Mon Sep 17 00:00:00 2001 From: Phil Hagelberg Date: Thu, 12 Jan 2012 19:04:04 -0800 Subject: [PATCH] Fix match-jar-sig-file usage. --- src/leiningen/core.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/leiningen/core.clj b/src/leiningen/core.clj index 52021f8ac..deaefea7e 100644 --- a/src/leiningen/core.clj +++ b/src/leiningen/core.clj @@ -60,7 +60,7 @@ Warning: alpha; subject to change." identity args)) -(def ^{:private true} match-jar-sig-file #"(?i)^META-INF/[^/]*\.SF$") +(def ^{:internal true} match-jar-sig-file #"(?i)^META-INF/[^/]*\.SF$") (defmacro defproject [project-name version & args] ;; This is necessary since we must allow defproject to be eval'd in