projects
/
feisty_meow.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
df43541
)
trying to track down non-reporting of missing visual studio compiler.
author
Chris Koeritz
<fred@gruntose.com>
Wed, 19 Sep 2012 21:29:16 +0000
(17:29 -0400)
committer
Chris Koeritz
<fred@gruntose.com>
Wed, 19 Sep 2012 21:29:16 +0000
(17:29 -0400)
scripts/clam/cpp/ms_root_dir.sh
patch
|
blob
|
history
diff --git
a/scripts/clam/cpp/ms_root_dir.sh
b/scripts/clam/cpp/ms_root_dir.sh
index 7e604407d191fec22d0b2449118d3ae936b1cf7d..3b5e0723f8723a6bc5622f8107b23a6bdea0ab2d 100755
(executable)
--- 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