From 6b94e7721e12cf5d99722278adf2ba9c0bbde995 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Fri, 21 Jul 2017 12:04:30 +0100 Subject: more portable shebangs This is useful on systems like NixOS, where python3 is not in /usr/bin/python3 as well as for people using alternative ways to install python such as virtualenv/pyenv. Some scripts where already using '/usr/bin/env'. With this pull request it gets more consistent. For background information see also: https://github.com/systemd/systemd/pull/5816 --- scripts/IStatsSum.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/IStatsSum.py') diff --git a/scripts/IStatsSum.py b/scripts/IStatsSum.py index 0546e895..78e694c1 100755 --- a/scripts/IStatsSum.py +++ b/scripts/IStatsSum.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python # ===-- IStatsSum.py ------------------------------------------------------===## # -- cgit v1.2.3