mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-08-11 21:57:49 +00:00
Avoid creating visualc/VS2010/*.bak.bak files
This could happen if a previous run of check-generated-files failed. Signed-off-by: Gilles Peskine <[email protected]>
This commit is contained in:
@@ -52,6 +52,7 @@ check()
|
||||
FILES=""
|
||||
|
||||
if [ -d $TO_CHECK ]; then
|
||||
rm -f "$TO_CHECK"/*.bak
|
||||
for FILE in $TO_CHECK/*; do
|
||||
FILES="$FILE $FILES"
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user