Blame fish-use-usrbinpython34.patch
|
Oliver Haessler |
c0328c |
diff -up fish-2.1.0/share/tools/create_manpage_completions.py.orig fish-2.1.0/share/tools/create_manpage_completions.py
|
|
Oliver Haessler |
c0328c |
--- fish-2.1.0/share/tools/create_manpage_completions.py.orig 2013-10-19 13:10:26.000000000 -0700
|
|
Oliver Haessler |
c0328c |
+++ fish-2.1.0/share/tools/create_manpage_completions.py 2013-12-13 09:35:05.528351152 -0800
|
|
Oliver Haessler |
c0328c |
@@ -1,4 +1,4 @@
|
|
Oliver Haessler |
c0328c |
-#!/usr/bin/env python
|
|
Oliver Haessler |
c0328c |
+#!/usr/bin/python3.4
|
|
Oliver Haessler |
c0328c |
# -*- coding: utf-8 -*-
|
|
Oliver Haessler |
c0328c |
|
|
Oliver Haessler |
c0328c |
# Run me like this: ./create_manpage_completions.py /usr/share/man/man{1,8}/* > man_completions.fish
|
|
Oliver Haessler |
c0328c |
diff -up fish-2.1.0/share/tools/deroff.py.orig fish-2.1.0/share/tools/deroff.py
|
|
Oliver Haessler |
c0328c |
--- fish-2.1.0/share/tools/deroff.py.orig 2013-10-19 13:10:26.000000000 -0700
|
|
Oliver Haessler |
c0328c |
+++ fish-2.1.0/share/tools/deroff.py 2013-12-13 09:35:26.421351108 -0800
|
|
Oliver Haessler |
c0328c |
@@ -1,4 +1,4 @@
|
|
Oliver Haessler |
c0328c |
-#!/usr/bin/env python
|
|
Oliver Haessler |
c0328c |
+#!/usr/bin/python3.4
|
|
Oliver Haessler |
c0328c |
# -*- coding: utf-8 -*-
|
|
Oliver Haessler |
c0328c |
|
|
Oliver Haessler |
c0328c |
""" Deroff.py, ported to Python from the venerable deroff.c """
|
|
Oliver Haessler |
c0328c |
diff -up fish-2.1.0/share/tools/web_config/webconfig.py.orig fish-2.1.0/share/tools/web_config/webconfig.py
|
|
Oliver Haessler |
c0328c |
--- fish-2.1.0/share/tools/web_config/webconfig.py.orig 2013-10-19 13:10:26.000000000 -0700
|
|
Oliver Haessler |
c0328c |
+++ fish-2.1.0/share/tools/web_config/webconfig.py 2013-12-13 09:35:32.681351122 -0800
|
|
Oliver Haessler |
c0328c |
@@ -1,4 +1,4 @@
|
|
Oliver Haessler |
c0328c |
-#!/usr/bin/env python
|
|
Oliver Haessler |
c0328c |
+#!/usr/bin/python3.4
|
|
Oliver Haessler |
c0328c |
|
|
Oliver Haessler |
c0328c |
from __future__ import unicode_literals
|
|
Oliver Haessler |
c0328c |
# Whether we're Python 2
|