From eb09d462e25c0aad8319a3377c583d3ef41ce1ed Mon Sep 17 00:00:00 2001 From: James Larrowe Date: Wed, 16 Jan 2019 19:20:30 -0500 Subject: [PATCH] Use /usr/bin/env python2 instead of /usr/bin/python2 Signed-off-by: James Larrowe --- staging/newupdate.py | 2 +- staging/patchgraph.py | 2 +- staging/patchupdate.py | 2 +- staging/patchutils.py | 2 +- staging/progressbar.py | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/staging/newupdate.py b/staging/newupdate.py index 3e096149..5d942a36 100755 --- a/staging/newupdate.py +++ b/staging/newupdate.py @@ -1,4 +1,4 @@ -#!/usr/bin/python2 +#!/usr/bin/env python2 import getopt, os, subprocess, sys diff --git a/staging/patchgraph.py b/staging/patchgraph.py index d8c22b2b..5be6ca76 100755 --- a/staging/patchgraph.py +++ b/staging/patchgraph.py @@ -1,4 +1,4 @@ -#!/usr/bin/python2 +#!/usr/bin/env python2 # -*- coding: utf-8 -*- # # Plot dependency graph for Staging patches. diff --git a/staging/patchupdate.py b/staging/patchupdate.py index a3de152d..239d0ab4 100755 --- a/staging/patchupdate.py +++ b/staging/patchupdate.py @@ -1,4 +1,4 @@ -#!/usr/bin/python2 +#!/usr/bin/env python2 # -*- coding: utf-8 -*- # # Automatic patch dependency checker and apply script generator. diff --git a/staging/patchutils.py b/staging/patchutils.py index 07037d1c..ed046bc1 100644 --- a/staging/patchutils.py +++ b/staging/patchutils.py @@ -1,4 +1,4 @@ -#!/usr/bin/python2 +#!/usr/bin/env python2 # # Python functions to read, split and apply patches. # diff --git a/staging/progressbar.py b/staging/progressbar.py index 14679b0e..848d83a2 100644 --- a/staging/progressbar.py +++ b/staging/progressbar.py @@ -1,4 +1,4 @@ -#!/usr/bin/python2 +#!/usr/bin/env python2 # # Python progressbar functions. #