aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/gbp-add-patch
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2017-08-02 01:32:37 -0300
committerGuido Günther <agx@sigxcpu.org>2017-08-02 10:35:06 -0300
commit89a63e639a9cddc8958a91b41926f726210d6e58 (patch)
treea9d07e8a9dced10f5733c513d5c1c3d3adda1a76 /examples/gbp-add-patch
parentf881beb66b786081a46fcf4c8ef265c6c303966d (diff)
Switch all interpreters to /usr/bin/python3
Diffstat (limited to 'examples/gbp-add-patch')
-rwxr-xr-xexamples/gbp-add-patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/gbp-add-patch b/examples/gbp-add-patch
index 0c88d58f..9a7cc0da 100755
--- a/examples/gbp-add-patch
+++ b/examples/gbp-add-patch
@@ -1,4 +1,4 @@
-#!/usr/bin/python -u
+#!/usr/bin/python3 -u
# vim: set fileencoding=utf-8 :
#
# (C) 2010,2015 Guido Guenther <agx@sigxcpu.org>