]> git.pld-linux.org Git - packages/systemd.git/commitdiff
fix shebang in systemd-sysv-convert
authorJan Palus <atler@pld-linux.org>
Sat, 28 Dec 2019 16:54:18 +0000 (17:54 +0100)
committerJan Palus <atler@pld-linux.org>
Sat, 28 Dec 2019 16:55:08 +0000 (17:55 +0100)
systemd-sysv-convert

index fc737ace6e487b37564f5a9b8b05cbd02450505c..2f6384ae38fffa948168a9d07191740eb343f567 100644 (file)
@@ -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
 # -*- Mode: Python; python-indent: 8; indent-tabs-mode: t -*-
 
 import sys, os, argparse, errno
This page took 0.034985 seconds and 4 git commands to generate.