]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Set the exe bit and point to the right interpreter on Unix.
authorbbahnsen <bbahnsen@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 22 Nov 2006 19:56:46 +0000 (19:56 +0000)
committerbbahnsen <bbahnsen@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 22 Nov 2006 19:56:46 +0000 (19:56 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1999 6f19259b-4bc3-4df7-8a09-765794883524

Tools/Python/calcdeps.py [changed mode: 0644->0755]

old mode 100644 (file)
new mode 100755 (executable)
index 7742cf9..5372bcc
@@ -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
 
 """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