summaryrefslogtreecommitdiff
path: root/Tools
diff options
context:
space:
mode:
Diffstat (limited to 'Tools')
-rwxr-xr-x[-rw-r--r--]Tools/Python/calcdeps.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/Python/calcdeps.py b/Tools/Python/calcdeps.py
index 7742cf9cdc..5372bcce1d 100644..100755
--- a/Tools/Python/calcdeps.py
+++ b/Tools/Python/calcdeps.py
@@ -1,4 +1,4 @@
-#!env python
+#!/usr/bin/env python
"""Calculate the dependencies a given module has by looking through the source
code to see what guids and functions are referenced to see which Packages and