xiw / stack

A static checker for identifying unstable code.
http://css.csail.mit.edu/stack/
Other
359 stars 56 forks source link

/usr/bin/clang is assumed #6

Closed msoos closed 11 years ago

msoos commented 11 years ago

/usr/bin/clang is assumed to be there, bin/stack/clang++ assumes it:

/usr/bin/g++ "$@"

But I have it in /usr/local/bin. This is a valid place, actually, anything in the$PATH is valid. This is true of all the scripts in bin/stack/

xiw commented 11 years ago

Fixed in efafb064. Thanks.