From 31dd377ffc1ddda62e99239c8907ffea37fe8da2 Mon Sep 17 00:00:00 2001 From: Mike Aizatsky Date: Mon, 3 Oct 2016 19:22:05 +0000 Subject: [PATCH] [sancov] using env for better portability llvm-svn: 283136 --- llvm/tools/sancov/symcov-report-server.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/tools/sancov/symcov-report-server.py b/llvm/tools/sancov/symcov-report-server.py index 10994f0..ac3206c 100755 --- a/llvm/tools/sancov/symcov-report-server.py +++ b/llvm/tools/sancov/symcov-report-server.py @@ -1,4 +1,4 @@ -#!/usr/bin/python3 +#!/usr/bin/env python3 #===- symcov-report-server.py - Coverage Reports HTTP Serve --*- python -*--===# # # The LLVM Compiler Infrastructure -- 2.7.4