mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-05-08 18:54:23 +02:00
Fix uninitialized var in check-generated-files.sh
This commit is contained in:
committed by
Andres Amaya Garcia
parent
108aa0b4bc
commit
b7b420b51c
@@ -20,6 +20,7 @@ check()
|
||||
SCRIPT=$1
|
||||
TO_CHECK=$2
|
||||
PATTERN=""
|
||||
FILES=""
|
||||
|
||||
if [ -d $TO_CHECK ]; then
|
||||
for FILE in $TO_CHECK/*; do
|
||||
|
||||
Reference in New Issue
Block a user