raco setup: make "nothing to do" count as success

This commit is contained in:
Matthew Flatt 2015-12-17 07:50:20 -07:00
parent d7184227e1
commit ad1fe0c529

View File

@ -589,7 +589,7 @@
nothing-else-to-do?
(not (make-tidy)))
(setup-printf #f "nothing to do")
(exit 1))
(exit 0))
(define (cc->name cc)
(string-join (map path->string (cc-collection cc)) "/"))
(define (cc->cc+name+id cc)