wow that's old! also not working maybe?

This commit is contained in:
rusefi 2020-05-10 22:50:45 -04:00
parent 8bc2c403d6
commit 39aa667c62
1 changed files with 0 additions and 8 deletions

View File

@ -63,15 +63,7 @@ if not exist firmware/deliver/rusefi.bin echo %script_name%: rusefi.bin not foun
if not exist firmware/deliver/rusefi.bin exit -1
cd temp
echo "Please copy find.exe to findcyg.exe in cygwin folder"
findcyg . -name '.svn' > folders_to_delete.txt
IF NOT ERRORLEVEL 0 echo %script_name%: ERROR INVOKING findcyg
IF NOT ERRORLEVEL 0 EXIT /B 1
echo "Deleting .svn"
xargs rm -rf < folders_to_delete.txt
echo "%script_name%: Deleted .svn"
rm -rf folders_to_delete.txt
echo "Building bundle"
pwd