fix `raco link -l'
Closes PR 13941
This commit is contained in:
parent
e67f7c9de4
commit
7e3ee7105a
|
@ -102,8 +102,6 @@
|
||||||
null))
|
null))
|
||||||
|
|
||||||
(when show-all?
|
(when show-all?
|
||||||
(printf "User-specific, all-version links:\n")
|
|
||||||
(void (links #:user? #t #:shared? #t #:show? #t))
|
|
||||||
(printf "Installation links:\n")
|
(printf "Installation links:\n")
|
||||||
(void (links #:user? #f #:show? #t))
|
(void (links #:user? #f #:show? #t))
|
||||||
(for ([f (in-list
|
(for ([f (in-list
|
||||||
|
|
Loading…
Reference in New Issue
Block a user