From 2248c17cd3483c030571cc6163a0e0870da998c2 Mon Sep 17 00:00:00 2001 From: Chirayu Desai Date: Wed, 6 Nov 2013 20:43:21 +0530 Subject: tools: use '/usr/bin/env python' instead of '/usr/bin/python' * This is how it is done in other scripts in the AOSP tree, as '/usr/bin/python' may be python3 on some distros, which isn't supported yet. Change-Id: I0d9857fc6a122f505953fddcd6244dad75b1838a --- tools/generate-operator-out.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/generate-operator-out.py') diff --git a/tools/generate-operator-out.py b/tools/generate-operator-out.py index 0c085fbe93..19266b4f64 100755 --- a/tools/generate-operator-out.py +++ b/tools/generate-operator-out.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python # # Copyright (C) 2012 The Android Open Source Project # -- cgit v1.2.3-59-g8ed1b