[openrtm-commit:02487] r196 - trunk/ImageProcessing/opencv/components/TkCalibGUI

openrtm @ openrtm.org openrtm @ openrtm.org
2017年 2月 28日 (火) 14:19:59 JST


Author: kawauchi
Date: 2017-02-28 14:19:58 +0900 (Tue, 28 Feb 2017)
New Revision: 196

Modified:
   trunk/ImageProcessing/opencv/components/TkCalibGUI/idlcompile.bat
Log:
[compat,bugfix,->RELEASE_1_2_0] fixed bug. refs #3971

Modified: trunk/ImageProcessing/opencv/components/TkCalibGUI/idlcompile.bat
===================================================================
--- trunk/ImageProcessing/opencv/components/TkCalibGUI/idlcompile.bat	2017-02-28 01:35:33 UTC (rev 195)
+++ trunk/ImageProcessing/opencv/components/TkCalibGUI/idlcompile.bat	2017-02-28 05:19:58 UTC (rev 196)
@@ -1,9 +1,9 @@
 @echo off
 setlocal
 for %%I in (python.exe) do if exist %%~$path:I set f=%%~$path:I
-if exist %f% do (
+if exist %f% (
   %f:python.exe=%omniidl.exe -bpython -I"%RTM_ROOT%rtm\idl" -I"/usr/include/openrtm-1.2/rtm/idl" idl/CalibrationService.idl 
-) else do (
+) else (
   echo "python.exe" can not be found.
   echo Please modify PATH environmental variable for python command.
 )



openrtm-commit メーリングリストの案内