Style change, add curly brackets

This commit is contained in:
Michael Boelen 2019-12-06 15:55:59 +01:00
parent b2c73547dd
commit f00447fd1b
No known key found for this signature in database
GPG Key ID: 26141F77A09D7F04
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@
# Now perform binary detection
for SCANDIR in ${BIN_PATHS}; do
SCANDIR=$(echo "$SCANDIR" | sed 's/!!space!!/ /g')
SCANDIR=$(echo "${SCANDIR}" | sed 's/!!space!!/ /g')
LogText "Test: Checking binaries in directory ${SCANDIR}"
ORGPATH=""
if [ -d "${SCANDIR}" ]; then