mirror of
https://github.com/CISOfy/lynis.git
synced 2025-07-27 07:44:14 +02:00
Corrected the missing break in the code
This commit is contained in:
parent
7a1762dec8
commit
c347a68aa6
2
lynis
2
lynis
@ -89,7 +89,7 @@
|
|||||||
if [ -d "${WORKDIR}/include" ]; then INCLUDEDIR="${WORKDIR}/include"; fi
|
if [ -d "${WORKDIR}/include" ]; then INCLUDEDIR="${WORKDIR}/include"; fi
|
||||||
elif [ -d ${I} -a -z "${INCLUDEDIR}" ]; then
|
elif [ -d ${I} -a -z "${INCLUDEDIR}" ]; then
|
||||||
INCLUDEDIR=${I}
|
INCLUDEDIR=${I}
|
||||||
break
|
break
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user