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.