diff options
author | bbahnsen <bbahnsen@6f19259b-4bc3-4df7-8a09-765794883524> | 2006-11-22 19:56:46 +0000 |
---|---|---|
committer | bbahnsen <bbahnsen@6f19259b-4bc3-4df7-8a09-765794883524> | 2006-11-22 19:56:46 +0000 |
commit | 64683effc6fd974c7a485a906ac20dbdbcd0b1ea (patch) | |
tree | c0061dac88dedc99f01a5c2bebbf948163a15155 /Tools | |
parent | 74ee4f7670bf35eb2d0af6afa8677d7e13b14362 (diff) | |
download | edk2-platforms-64683effc6fd974c7a485a906ac20dbdbcd0b1ea.tar.xz |
Set the exe bit and point to the right interpreter on Unix.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1999 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'Tools')
-rwxr-xr-x[-rw-r--r--] | Tools/Python/calcdeps.py | 2 |
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 |