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?
|
nothing-else-to-do?
|
||||||
(not (make-tidy)))
|
(not (make-tidy)))
|
||||||
(setup-printf #f "nothing to do")
|
(setup-printf #f "nothing to do")
|
||||||
(exit 1))
|
(exit 0))
|
||||||
(define (cc->name cc)
|
(define (cc->name cc)
|
||||||
(string-join (map path->string (cc-collection cc)) "/"))
|
(string-join (map path->string (cc-collection cc)) "/"))
|
||||||
(define (cc->cc+name+id cc)
|
(define (cc->cc+name+id cc)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user