From: Chris Koeritz Date: Wed, 19 Sep 2012 21:29:16 +0000 (-0400) Subject: trying to track down non-reporting of missing visual studio compiler. X-Git-Tag: 2.140.90~1221 X-Git-Url: https://feistymeow.org/gitweb/?a=commitdiff_plain;h=cdf68a53cff76449796a3aa0222e2d0afff97c7c;p=feisty_meow.git trying to track down non-reporting of missing visual studio compiler. --- 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