Skip to content
Snippets Groups Projects
Commit 9a8a6b84 authored by Robert P. Goldman's avatar Robert P. Goldman
Browse files

Fix minor bug in MAKE-GIT-TARBALL.

parent aa3e02bc
No related branches found
Tags 3.1.3
No related merge requests found
......@@ -245,7 +245,7 @@
(build-asdf)
(with-current-directory ((pn))
(run `(tar zcf ("build/" ,(asdf-git-name) ".tar.gz") build/asdf.lisp ,@(run/lines '(git ls-files)))
(asdf-git-name)) :show t)
:show t))
(values))
(defun asdf-lisp-name ()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment