trying to track down non-reporting of missing visual studio compiler.
authorChris Koeritz <fred@gruntose.com>
Wed, 19 Sep 2012 21:29:16 +0000 (17:29 -0400)
committerChris Koeritz <fred@gruntose.com>
Wed, 19 Sep 2012 21:29:16 +0000 (17:29 -0400)
scripts/clam/cpp/ms_root_dir.sh

index 7e604407d191fec22d0b2449118d3ae936b1cf7d..3b5e0723f8723a6bc5622f8107b23a6bdea0ab2d 100755 (executable)
@@ -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