From 919ff28ec9d0cc22cf90101f7a428349d8a30fc7 Mon Sep 17 00:00:00 2001 From: Diego Caceres Date: Tue, 11 Oct 2011 15:15:28 +0000 Subject: [PATCH] DFCH: the install.log now in the script folder --- Install_ThirdParty/install_thirdparty.bat_TEMPLATE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Install_ThirdParty/install_thirdparty.bat_TEMPLATE b/Install_ThirdParty/install_thirdparty.bat_TEMPLATE index 3ee701a..7f940e7 100644 --- a/Install_ThirdParty/install_thirdparty.bat_TEMPLATE +++ b/Install_ThirdParty/install_thirdparty.bat_TEMPLATE @@ -3,6 +3,6 @@ set thirdpartyGeneration= set buildType= cd scripts -call install_thirdparty_all.bat %thirdpartyGeneration% %buildType% +call install_thirdparty_all.bat %thirdpartyGeneration% %buildType% >> install.log 2>&1 cd .. -- 2.49.0