From: bbahnsen Date: Wed, 22 Nov 2006 19:56:46 +0000 (+0000) Subject: Set the exe bit and point to the right interpreter on Unix. X-Git-Tag: edk2-stable201903~23878 X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=commitdiff_plain;h=64683effc6fd974c7a485a906ac20dbdbcd0b1ea 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 --- diff --git a/Tools/Python/calcdeps.py b/Tools/Python/calcdeps.py old mode 100644 new mode 100755 index 7742cf9cdc..5372bcce1d --- 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