Skip to content

Commit

Permalink
When doing an output writability check, clean up afterwards.
Browse files Browse the repository at this point in the history
  • Loading branch information
xach committed Mar 9, 2012
1 parent f8f55ff commit ac0686f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions buildapp.lisp
Expand Up @@ -333,6 +333,7 @@ it. If an exact filename is not found, file.lisp is also tried."
:if-does-not-exist :create
:if-exists :append)
(write-line "buildapp write check" stream))
(delete-file ,(output dumper))
,@(when asdf
`((require '#:asdf)
,(dump-form 'asdf-ops)
Expand Down

0 comments on commit ac0686f

Please sign in to comment.