[sancov] using env for better portability
authorMike Aizatsky <aizatsky@chromium.org>
Mon, 3 Oct 2016 19:22:05 +0000 (19:22 +0000)
committerMike Aizatsky <aizatsky@chromium.org>
Mon, 3 Oct 2016 19:22:05 +0000 (19:22 +0000)
llvm-svn: 283136

llvm/tools/sancov/symcov-report-server.py

index 10994f0..ac3206c 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/python3
+#!/usr/bin/env python3
 #===- symcov-report-server.py - Coverage Reports HTTP Serve --*- python -*--===#
 #
 #                     The LLVM Compiler Infrastructure