From: Jan Palus Date: Sat, 28 Dec 2019 16:54:18 +0000 (+0100) Subject: fix shebang in systemd-sysv-convert X-Git-Tag: auto/th/systemd-244-1~1 X-Git-Url: http://git.pld-linux.org/?p=packages%2Fsystemd.git;a=commitdiff_plain;h=5f1a271770542eae65c085c1c785840f8e2e16a3 fix shebang in systemd-sysv-convert --- 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