From fc82857dc18181884edd1ba2ff66b464eeee5a2d Mon Sep 17 00:00:00 2001 From: Soonho Kong Date: Tue, 7 Oct 2014 13:24:12 -0700 Subject: [PATCH] fix(bin): use "python" instead of "python2" or "python2.7" --- bin/linja | 2 +- bin/lmake | 2 +- bin/ltags | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bin/linja b/bin/linja index 3f0edb12e7..bf85802fb3 100755 --- a/bin/linja +++ b/bin/linja @@ -1,4 +1,4 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python # -*- coding: utf-8 -*- # # Copyright (c) 2014 Microsoft Corporation. All rights reserved. diff --git a/bin/lmake b/bin/lmake index c025406806..56e98fd243 100755 --- a/bin/lmake +++ b/bin/lmake @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python # # Copyright (c) 2014 Microsoft Corporation. All rights reserved. # Released under Apache 2.0 license as described in the file LICENSE. diff --git a/bin/ltags b/bin/ltags index add4517589..7bde362a37 100755 --- a/bin/ltags +++ b/bin/ltags @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python # # Copyright (c) 2014 Microsoft Corporation. All rights reserved. # Released under Apache 2.0 license as described in the file LICENSE.