summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <git@the-compiler.org>2014-09-22 20:21:00 +0200
committerFlorian Bruhin <git@the-compiler.org>2014-09-22 20:21:00 +0200
commite26606b0d611e3d352cccffa3ae7080a29cbccf1 (patch)
tree0c63a8428b4a7d9b4e6e307d6a7b4f118568f29e
parent660b05899c9e5fbbac8e039e80ce334e9e335cc9 (diff)
downloadqutebrowser-e26606b0d611e3d352cccffa3ae7080a29cbccf1.tar.gz
qutebrowser-e26606b0d611e3d352cccffa3ae7080a29cbccf1.zip
Add /usr/bin/env to shebangs
-rwxr-xr-xqutebrowser.py2
-rw-r--r--qutebrowser/__main__.py2
-rw-r--r--scripts/asciidoc2html.py2
-rwxr-xr-xscripts/cleanup.py2
-rwxr-xr-xscripts/freeze.py2
-rwxr-xr-xscripts/minimal_webkit_testbrowser.py2
-rwxr-xr-xscripts/run_checks.py2
-rwxr-xr-xscripts/run_profile.py2
-rwxr-xr-xscripts/segfault_test.py2
-rwxr-xr-xscripts/src2asciidoc.py2
-rwxr-xr-xscripts/update_3rdparty.py2
-rw-r--r--scripts/utils.py1
-rwxr-xr-xsetup.py2
13 files changed, 12 insertions, 13 deletions
diff --git a/qutebrowser.py b/qutebrowser.py
index c2873f649..c3bafd8c7 100755
--- a/qutebrowser.py
+++ b/qutebrowser.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python3
+#!/usr/bin/env python3
# vim: ft=python fileencoding=utf-8 sts=4 sw=4 et:
diff --git a/qutebrowser/__main__.py b/qutebrowser/__main__.py
index fb8436df5..aec846150 100644
--- a/qutebrowser/__main__.py
+++ b/qutebrowser/__main__.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python3
+#!/usr/bin/env python3
# vim: ft=python fileencoding=utf-8 sts=4 sw=4 et:
# Copyright 2014 Florian Bruhin (The Compiler) <mail@qutebrowser.org>
diff --git a/scripts/asciidoc2html.py b/scripts/asciidoc2html.py
index fc5a289fa..5343141c4 100644
--- a/scripts/asciidoc2html.py
+++ b/scripts/asciidoc2html.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python3
+#!/usr/bin/env python3
# vim: ft=python fileencoding=utf-8 sts=4 sw=4 et:
# Copyright 2014 Florian Bruhin (The Compiler) <mail@qutebrowser.org>
diff --git a/scripts/cleanup.py b/scripts/cleanup.py
index 0082f8882..6920d1a32 100755
--- a/scripts/cleanup.py
+++ b/scripts/cleanup.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python3
+#!/usr/bin/env python3
# vim: ft=python fileencoding=utf-8 sts=4 sw=4 et:
# Copyright 2014 Florian Bruhin (The Compiler) <mail@qutebrowser.org>
diff --git a/scripts/freeze.py b/scripts/freeze.py
index 281734fc2..3e42b139e 100755
--- a/scripts/freeze.py
+++ b/scripts/freeze.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python3
+#!/usr/bin/env python3
# vim: ft=python fileencoding=utf-8 sts=4 sw=4 et:
# Copyright 2014 Florian Bruhin (The Compiler) <mail@qutebrowser.org>
diff --git a/scripts/minimal_webkit_testbrowser.py b/scripts/minimal_webkit_testbrowser.py
index 0cbafaaee..473cf5aef 100755
--- a/scripts/minimal_webkit_testbrowser.py
+++ b/scripts/minimal_webkit_testbrowser.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python3
+#!/usr/bin/env python3
# vim: ft=python fileencoding=utf-8 sts=4 sw=4 et:
# Copyright 2014 Florian Bruhin (The Compiler) <mail@qutebrowser.org>
diff --git a/scripts/run_checks.py b/scripts/run_checks.py
index d2bcd7b74..9b9bced16 100755
--- a/scripts/run_checks.py
+++ b/scripts/run_checks.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python3
+#!/usr/bin/env python3
# vim: ft=python fileencoding=utf-8 sts=4 sw=4 et:
# Copyright 2014 Florian Bruhin (The Compiler) <mail@qutebrowser.org>
diff --git a/scripts/run_profile.py b/scripts/run_profile.py
index f433938a4..6ab23b08c 100755
--- a/scripts/run_profile.py
+++ b/scripts/run_profile.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python3
+#!/usr/bin/env python3
# vim: ft=python fileencoding=utf-8 sts=4 sw=4 et:
# Copyright 2014 Florian Bruhin (The Compiler) <mail@qutebrowser.org>
diff --git a/scripts/segfault_test.py b/scripts/segfault_test.py
index e6b6e26e2..e76b8202a 100755
--- a/scripts/segfault_test.py
+++ b/scripts/segfault_test.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python3
+#!/usr/bin/env python3
# vim: ft=python fileencoding=utf-8 sts=4 sw=4 et:
# Copyright 2014 Florian Bruhin (The Compiler) <mail@qutebrowser.org>
diff --git a/scripts/src2asciidoc.py b/scripts/src2asciidoc.py
index 13e0741b1..aa67596c7 100755
--- a/scripts/src2asciidoc.py
+++ b/scripts/src2asciidoc.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python3
+#!/usr/bin/env python3
# vim: ft=python fileencoding=utf-8 sts=4 sw=4 et:
# Copyright 2014 Florian Bruhin (The Compiler) <mail@qutebrowser.org>
diff --git a/scripts/update_3rdparty.py b/scripts/update_3rdparty.py
index fddcbefcb..fe1615876 100755
--- a/scripts/update_3rdparty.py
+++ b/scripts/update_3rdparty.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python3
+#!/usr/bin/env python3
# vim: ft=python fileencoding=utf-8 sts=4 sw=4 et:
# Copyright 2014 Florian Bruhin (The Compiler) <mail@qutebrowser.org>
diff --git a/scripts/utils.py b/scripts/utils.py
index 556ba0648..0c66814a1 100644
--- a/scripts/utils.py
+++ b/scripts/utils.py
@@ -1,4 +1,3 @@
-#!/usr/bin/python3
# vim: ft=python fileencoding=utf-8 sts=4 sw=4 et:
# Copyright 2014 Florian Bruhin (The Compiler) <mail@qutebrowser.org>
diff --git a/setup.py b/setup.py
index d33ec8605..441a52d22 100755
--- a/setup.py
+++ b/setup.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python3
+#!/usr/bin/env python3
# vim: ft=python fileencoding=utf-8 sts=4 sw=4 et: