We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57b453f commit 81a3fa0Copy full SHA for 81a3fa0
1 file changed
frog/responsive-images.rkt
@@ -21,7 +21,7 @@
21
(define identify (find-executable-path "identify"))
22
(define convert (find-executable-path "convert"))
23
24
-(define magick-available? (find-executable-path convert))
+(define magick-available? (and identify convert))
25
26
(module+ test
27
(require rackunit))
0 commit comments