From b98d634dacb4e86f124cc6256096d1df3a4a5fee Mon Sep 17 00:00:00 2001 From: Christian Berendt Date: Fri, 23 May 2014 12:11:34 +0200 Subject: [PATCH] use /usr/bin/env python instead of /usr/bin/python Change-Id: Iaf021724a9eb06e32590e0d7d811c8fbf3161194 --- cleanup/remove_unnecessary_spaces.py | 2 +- cleanup/retf/retf.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cleanup/remove_unnecessary_spaces.py b/cleanup/remove_unnecessary_spaces.py index 0755a70a..fa868b84 100755 --- a/cleanup/remove_unnecessary_spaces.py +++ b/cleanup/remove_unnecessary_spaces.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python # copyright: B1 Systems GmbH , 2013. # author: Christian Berendt , 2013. diff --git a/cleanup/retf/retf.py b/cleanup/retf/retf.py index aecae03e..88b6f825 100755 --- a/cleanup/retf/retf.py +++ b/cleanup/retf/retf.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python """This script applies a set of regular expressions onto a set of files to automatically identify and fix typographical errors.