Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
asdf
asdf
Commits
9a8a6b84
Commit
9a8a6b84
authored
Jul 24, 2014
by
Robert P. Goldman
Browse files
Fix minor bug in MAKE-GIT-TARBALL.
parent
aa3e02bc
Changes
1
Hide whitespace changes
Inline
Side-by-side
bin/asdf-builder
View file @
9a8a6b84
...
...
@@ -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 ()
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment