23 lines
537 B
Diff
23 lines
537 B
Diff
|
From 86700d49eac01eb070c4581e0729ba107370e105 Mon Sep 17 00:00:00 2001
|
||
|
From: Avindra Goolcharan <aavindraa@gmail.com>
|
||
|
Date: Sun, 29 Oct 2017 11:54:49 -0400
|
||
|
Subject: [PATCH] Remove env from shebang in zypper plugin
|
||
|
|
||
|
---
|
||
|
zypper-etckeeper.py | 2 +-
|
||
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||
|
|
||
|
diff --git a/zypper-etckeeper.py b/zypper-etckeeper.py
|
||
|
index daa2ff2..0b21881 100755
|
||
|
--- a/zypper-etckeeper.py
|
||
|
+++ b/zypper-etckeeper.py
|
||
|
@@ -1,4 +1,4 @@
|
||
|
-#!/usr/bin/env python
|
||
|
+#!/usr/bin/python
|
||
|
|
||
|
import errno
|
||
|
import subprocess
|
||
|
--
|
||
|
2.14.3
|
||
|
|