From 5f1a271770542eae65c085c1c785840f8e2e16a3 Mon Sep 17 00:00:00 2001 From: Jan Palus Date: Sat, 28 Dec 2019 17:54:18 +0100 Subject: [PATCH] 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 -- 2.43.0