Use proper variable for cURL

This commit is contained in:
mboelen 2016-03-03 12:50:43 +01:00
parent 09193d8ba9
commit 2b95019b62
1 changed files with 1 additions and 1 deletions

View File

@ -126,7 +126,7 @@ InsertSection "Basics"
logtext "Checking usage of cURL"
FIND_CURL=`grep curl ${AUDIT_FILE}`
if [ ! "${FIND_WGET}" = "" ]; then
if [ ! "${FIND_CURL}" = "" ]; then
Display --indent 4 --text "Download tool" --result "curl"
FILE_DOWNLOAD=1
fi