raco setup: make "nothing to do" count as success
This commit is contained in:
parent
d7184227e1
commit
ad1fe0c529
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue
Block a user