Skip to content

Commit

Permalink
Drop external-program-word, not needed anymore.
Browse files Browse the repository at this point in the history
  • Loading branch information
orivej committed Dec 3, 2012
1 parent 0c5e755 commit 45daae1
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions quickdist.lisp
Expand Up @@ -48,11 +48,6 @@ system-index-url: {base-url}/{name}/{version}/systems.txt
(date (reverse (subseq time 3 6))))
(format nil "~{~2,'0d~}" date)))

(defun external-program-word (&rest run-args)
(let* ((s (with-output-to-string (out)
(apply #'external-program:run (append run-args `(:output ,out))))))
(subseq s 0 (position #\Space s))))

(defun md5sum (path)
(ironclad:byte-array-to-hex-string
(ironclad:digest-file :md5 path)))
Expand Down

0 comments on commit 45daae1

Please sign in to comment.