From cdf68a53cff76449796a3aa0222e2d0afff97c7c Mon Sep 17 00:00:00 2001 From: Chris Koeritz Date: Wed, 19 Sep 2012 17:29:16 -0400 Subject: [PATCH] trying to track down non-reporting of missing visual studio compiler. --- scripts/clam/cpp/ms_root_dir.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/clam/cpp/ms_root_dir.sh b/scripts/clam/cpp/ms_root_dir.sh index 7e604407..3b5e0723 100755 --- a/scripts/clam/cpp/ms_root_dir.sh +++ b/scripts/clam/cpp/ms_root_dir.sh @@ -10,7 +10,8 @@ if [ -z "$VSxTOOLS" ]; then fi fi if [ -z "$VSxTOOLS" ]; then - echo Failure to locate visual studio tools. + #echo Failure to locate visual studio tools. + # don't want to echo anything; need to be able to check that this provided nothing. exit 33 fi -- 2.34.1