From 72aa8f5cb8c8eb401487f39e84710fd4d835dee6 Mon Sep 17 00:00:00 2001 From: Zooko O'Whielacronx Date: Thu, 10 Jan 2008 14:01:31 -0700 Subject: [PATCH] setup: shebang usr bin env python --- misc/dependencies/build-deps-setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/dependencies/build-deps-setup.py b/misc/dependencies/build-deps-setup.py index 68612ed7..1c29dfb2 100644 --- a/misc/dependencies/build-deps-setup.py +++ b/misc/dependencies/build-deps-setup.py @@ -1,4 +1,4 @@ -#! /usr/bin/python +#! /usr/bin/env python # N.B.: this expects to run from the top of the source tree -- 2.45.2