minor fix

This commit is contained in:
Francois B (Makoto) 2017-09-26 20:43:20 +02:00
parent d3a4e7ef8f
commit f753234278

2
wpfind
View file

@ -84,7 +84,7 @@ function timeElapsed () { #beginProcess endProcess
}
#------------------------------------------------------------------------------
# check if detox is installed
# check if detox and Imagemagick are installed
#------------------------------------------------------------------------------
function depInstalled () {
if ! which detox >/dev/null; then