followup fix that should probably have been in a7c6dfa05
original commit: 65334e6931ae6bd0d38f0f6b9b2d724aa02b1353
This commit is contained in:
parent
0957baea77
commit
58301e4271
|
@ -172,7 +172,8 @@
|
|||
(cond
|
||||
[(eq? (system-type) 'windows)
|
||||
(cond
|
||||
[(or (regexp-match? #rx"a:c" cs)
|
||||
[(or (and (regexp-match? #rx"a:c" cs)
|
||||
(not (regexp-match? #rx"~a:c" cs)))
|
||||
(and (regexp-match? #rx"c:m" cs)
|
||||
(not (regexp-match? #rx"~c:m" cs))))
|
||||
#f]
|
||||
|
|
Loading…
Reference in New Issue
Block a user