From ec225a6c8459e5a866103890c42a5d9d387536b9 Mon Sep 17 00:00:00 2001 From: YAMAMOTO Takashi Date: Tue, 27 Jan 2015 13:27:10 +0900 Subject: [PATCH] Use a canonical way to specify python Be consistent with other scripts in the same directory. This also improves portability as less hardcoded full path of python interpreter. Change-Id: I605710035de2c7c85b5996238af18b3c6b0955ef --- tools/jenkins-projects-checks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/jenkins-projects-checks.py b/tools/jenkins-projects-checks.py index c6ee9c848f..4133fb4069 100755 --- a/tools/jenkins-projects-checks.py +++ b/tools/jenkins-projects-checks.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#! /usr/bin/env python # Copyright 2014 SUSE Linux Products GmbH #