followup fix that should probably have been in a7c6dfa05

original commit: 65334e6931ae6bd0d38f0f6b9b2d724aa02b1353
This commit is contained in:
Robby Findler 2013-12-03 09:44:02 -06:00
parent 0957baea77
commit 58301e4271

View File

@ -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]