[sancov] using env for better portability

llvm-svn: 283136
This commit is contained in:
Mike Aizatsky 2016-10-03 19:22:05 +00:00
parent 385f10152c
commit 31dd377ffc

View File

@ -1,4 +1,4 @@
#!/usr/bin/python3
#!/usr/bin/env python3
#===- symcov-report-server.py - Coverage Reports HTTP Serve --*- python -*--===#
#
# The LLVM Compiler Infrastructure