mirror of
https://github.com/cuberite/polarssl.git
synced 2025-09-14 09:36:39 -04: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 <Gilles.Peskine@arm.com>
This commit is contained in:
parent
539f1432cd
commit
e2f476e0fd
@ -52,6 +52,7 @@ check()
|
|||||||
FILES=""
|
FILES=""
|
||||||
|
|
||||||
if [ -d $TO_CHECK ]; then
|
if [ -d $TO_CHECK ]; then
|
||||||
|
rm -f "$TO_CHECK"/*.bak
|
||||||
for FILE in $TO_CHECK/*; do
|
for FILE in $TO_CHECK/*; do
|
||||||
FILES="$FILE $FILES"
|
FILES="$FILE $FILES"
|
||||||
done
|
done
|
||||||
|
Loading…
x
Reference in New Issue
Block a user