[packages/systemd] fix shebang in systemd-sysv-convert

atler atler at pld-linux.org
Sat Dec 28 17:55:43 CET 2019


commit 5f1a271770542eae65c085c1c785840f8e2e16a3
Author: Jan Palus <atler at pld-linux.org>
Date:   Sat Dec 28 17:54:18 2019 +0100

    fix shebang in systemd-sysv-convert

 systemd-sysv-convert | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/systemd-sysv-convert b/systemd-sysv-convert
index fc737ac..2f6384a 100644
--- a/systemd-sysv-convert
+++ b/systemd-sysv-convert
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/python2
 # -*- Mode: Python; python-indent: 8; indent-tabs-mode: t -*-
 
 import sys, os, argparse, errno
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/systemd.git/commitdiff/cdfc2e3ed3046ba0b978ab0050732381e003ac1c



More information about the pld-cvs-commit mailing list