From 64683effc6fd974c7a485a906ac20dbdbcd0b1ea Mon Sep 17 00:00:00 2001 From: bbahnsen Date: Wed, 22 Nov 2006 19:56:46 +0000 Subject: [PATCH] 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 --- Tools/Python/calcdeps.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 Tools/Python/calcdeps.py 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 -- 2.39.2