]> Creatis software - creaToolsTools.git/commitdiff
DFCH: Bug
authorDiego Caceres <Diego.Caceres@creatis.insa-lyon.fr>
Mon, 28 Nov 2011 09:55:03 +0000 (09:55 +0000)
committerDiego Caceres <Diego.Caceres@creatis.insa-lyon.fr>
Mon, 28 Nov 2011 09:55:03 +0000 (09:55 +0000)
Install_ThirdParty/scripts/install_thirdparty_all.bat

index 2217d22c95e22827f145f85876803d4fc76ba04f..fa0b39fe12bde86e02757de80396c2641bb877f7 100644 (file)
@@ -36,7 +36,7 @@ if not exist %zipPath% (
   echo ERROR!!! 7Zip has not been found in the system
   exit
 )
-if not exist %vcvarsall% set zipPath="%ProgramFilesPath_x64%\Microsoft Visual Studio 10.0\VC\vcvarsall.bat"
+if not exist %vcvarsall% set vcvarsall="%ProgramFilesPath_x64%\Microsoft Visual Studio 10.0\VC\vcvarsall.bat"
 if not exist %vcvarsall% (
   echo ERROR!!! Visual Studio has not been found in the system
   exit