Skip to content

Commit

Permalink
Fix zipping
Browse files Browse the repository at this point in the history
  • Loading branch information
borodust committed Oct 14, 2019
1 parent 5d12a46 commit 07547da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion distribution/utils.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@


(defvar *lisp* (first (uiop:raw-command-line-arguments)))
(defvar *zip* #'relative-directory)
(defvar *zip* #'zip)


(defun distribution-system-path ()
Expand Down

0 comments on commit 07547da

Please sign in to comment.