comparison installer-files/fc_update.bat @ 4256:b5b3f7fcac8f

* installer-files/fc_update.bat: fix typo
author John D
date Thu, 01 Dec 2016 14:26:53 -0500
parents 7f2d5c8c4491
children 202fa20cf559
comparison
equal deleted inserted replaced
4255:ee1ae5d1fd88 4256:b5b3f7fcac8f
1 @echo off 1 @echo off
2 2
3 set ROOT_DIR=%~dp0 3 set ROOT_DIR=%~dp0
4 echo "Updating fc-cache (may take a file) ..." 4 echo "Updating fc-cache (may take a while) ..."
5 %ROOT_DIR%\bin\fc-cache.exe -v 5 %ROOT_DIR%\bin\fc-cache.exe -v
6 echo "Done." 6 echo "Done."
7 7