forked from OSchip/llvm-project
4c1e487c41
The "#!" line in all scan-build-py scripts were using just bare
"/usr/bin/python" which according to PEP-0394 can be either python3,
python2 or not exist at all.
E.g in latest debian and ubuntu releases "/usr/bin/python" does not
exist at all by default and user must install python-is-python2 or
python-is-python3 packages to get the bare version less "python"
command.
Until recently (
|
||
---|---|---|
.. | ||
analyze-build | ||
intercept-build | ||
scan-build |