From 213b2f50068d40925d6a04656c86c7a59bab994c Mon Sep 17 00:00:00 2001 From: Christian Berendt Date: Fri, 23 May 2014 15:45:31 +0200 Subject: [PATCH] use /usr/bin/env python instead of /usr/bin/python The usage of /usr/bin/env ensures that the first interpreter found in the environment's $PATH variable is used. Change-Id: I61b27bb9a5fc1f8d2a3981472215bc0aa6a389e2 --- tools/migrate_image_owners.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/migrate_image_owners.py b/tools/migrate_image_owners.py index 0bd2d5fc63..cfc8ff4b79 100644 --- a/tools/migrate_image_owners.py +++ b/tools/migrate_image_owners.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may