1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 12:41:49 +01:00

[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 2a41163ec3
commit 8e0bc63979

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