Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
:supersede instead of :overwrite :-/
  • Loading branch information
mishoo committed Jan 22, 2011
1 parent 1fa7fe5 commit 5e64455
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/main.lisp
Expand Up @@ -45,7 +45,7 @@
(if (or overwrite output-file)
(with-open-file (out (if overwrite input-file output-file)
:direction :output
:if-exists :overwrite
:if-exists :supersede
:if-does-not-exist :create)
(write-string result out))
(write-string result *standard-output*)))))))

0 comments on commit 5e64455

Please sign in to comment.