From 785a2696b6b369ff1673a1e033db5bbde9c6946f Mon Sep 17 00:00:00 2001 From: j Date: Mon, 3 Apr 2017 03:40:18 -0700 Subject: [PATCH] {/usr/bin/ => }env to work with termux --- bin/autojump | 2 +- bin/autojump_data.py | 2 +- bin/autojump_match.py | 2 +- bin/autojump_utils.py | 2 +- install.py | 2 +- tests/unit/autojump_match_test.py | 2 +- tests/unit/autojump_utils_test.py | 2 +- uninstall.py | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/bin/autojump b/bin/autojump index 0509a0d..6b0edb6 100755 --- a/bin/autojump +++ b/bin/autojump @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!env python # -*- coding: utf-8 -*- """ Copyright © 2008-2012 Joel Schaerer diff --git a/bin/autojump_data.py b/bin/autojump_data.py index 37878ea..fc62228 100644 --- a/bin/autojump_data.py +++ b/bin/autojump_data.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!env python # -*- coding: utf-8 -*- from __future__ import print_function diff --git a/bin/autojump_match.py b/bin/autojump_match.py index 75f9aca..a0f5479 100644 --- a/bin/autojump_match.py +++ b/bin/autojump_match.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!env python # -*- coding: utf-8 -*- import os import re diff --git a/bin/autojump_utils.py b/bin/autojump_utils.py index 5d40519..3f36b73 100644 --- a/bin/autojump_utils.py +++ b/bin/autojump_utils.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!env python # -*- coding: utf-8 -*- from __future__ import print_function diff --git a/install.py b/install.py index 4cc42ac..061c245 100755 --- a/install.py +++ b/install.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!env python # -*- coding: utf-8 -*- from __future__ import print_function diff --git a/tests/unit/autojump_match_test.py b/tests/unit/autojump_match_test.py index bd02ff5..623ce56 100644 --- a/tests/unit/autojump_match_test.py +++ b/tests/unit/autojump_match_test.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!env python # -*- coding: utf-8 -*- import os import sys diff --git a/tests/unit/autojump_utils_test.py b/tests/unit/autojump_utils_test.py index 07f67b3..5b884c5 100644 --- a/tests/unit/autojump_utils_test.py +++ b/tests/unit/autojump_utils_test.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!env python # -*- coding: utf-8 -*- import os import sys diff --git a/uninstall.py b/uninstall.py index 9e9417b..efc5d3f 100755 --- a/uninstall.py +++ b/uninstall.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!env python # -*- coding: utf-8 -*- from __future__ import print_function