1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-07-29 11:41:15 +03:00

Fix uninitialized var in check-generated-files.sh

This commit is contained in:
Andres AG
2018-04-11 21:13:20 -05:00
parent dfeda48186
commit c4ec716ec8

View File

@ -20,6 +20,7 @@ check()
SCRIPT=$1
TO_CHECK=$2
PATTERN=""
FILES=""
if [ -d $TO_CHECK ]; then
for FILE in $TO_CHECK/*; do