raj.khem created this revision. Herald added a subscriber: cfe-commits. Linux Distros e.g. archlinux have started to use python3 as default python interpreter, therefore we need to be specific if we need python2
Repository: rC Clang https://reviews.llvm.org/D46914 Files: tools/scan-view/bin/scan-view Index: tools/scan-view/bin/scan-view =================================================================== --- tools/scan-view/bin/scan-view +++ tools/scan-view/bin/scan-view @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """The clang static analyzer results viewer. """
Index: tools/scan-view/bin/scan-view =================================================================== --- tools/scan-view/bin/scan-view +++ tools/scan-view/bin/scan-view @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 """The clang static analyzer results viewer. """
_______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits