From fc14d7b04d06f5c7209637bc0e66456b98abd07b Mon Sep 17 00:00:00 2001 From: Roman Shevchenko Date: Mon, 5 Oct 2015 19:16:55 +0200 Subject: [PATCH] [platform] flexible Python path in env. loader (DBE-1433) --- bin/mac/printenv.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/mac/printenv.py b/bin/mac/printenv.py index d07e9a559962..8bbd9e789c3f 100755 --- a/bin/mac/printenv.py +++ b/bin/mac/printenv.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python # Dumps environment variables into specified file. # Format: zero-separated "name=value" pairs in platform encoding.