[#536] limit search for manifest to jar file

This commit is contained in:
Michiel Borkent 2020-08-16 20:35:38 +02:00
parent 916858e016
commit d98316a477

View file

@ -506,7 +506,7 @@ If neither -e, -f, or --socket-repl are specified, then the first argument that
(System/setProperty "babashka.file" abs-path)))
main (if (and jar (not main))
(when-let [res (cp/getResource
(:loader @cp-state)
(cp/loader jar)
["META-INF/MANIFEST.MF"] {:url? true})]
(cp/main-ns res))
main)