summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShaun McCance <shaunm@gnome.org>2021-02-20 16:17:15 +0000
committerShaun McCance <shaunm@gnome.org>2021-02-20 16:17:15 +0000
commit4dc8a8972dccb92757dc5b620ffea095d864d8ac (patch)
treed1694c0c234e5d0714c3fc29aed63131458ea131
parent51aa272d7dad178792b2c9c1df249c437df28b07 (diff)
parent9fcfd8ed09cf149e8421df8aa963fa39a644a009 (diff)
downloadyelp-tools-4dc8a8972dccb92757dc5b620ffea095d864d8ac.tar.gz
Merge branch 'master' into 'master'
Use /usr/bin/python3 as shebang See merge request GNOME/yelp-tools!6
-rwxr-xr-xtools/yelp-build.in2
-rwxr-xr-xtools/yelp-check.in2
-rwxr-xr-xtools/yelp-new.in2
3 files changed, 3 insertions, 3 deletions
diff --git a/tools/yelp-build.in b/tools/yelp-build.in
index d53db52..438f082 100755
--- a/tools/yelp-build.in
+++ b/tools/yelp-build.in
@@ -1,4 +1,4 @@
-#!/bin/python3
+#!/usr/bin/python3
#
# yelp-build
# Copyright (C) 2010-2020 Shaun McCance <shaunm@gnome.org>
diff --git a/tools/yelp-check.in b/tools/yelp-check.in
index 02f1777..45a91b9 100755
--- a/tools/yelp-check.in
+++ b/tools/yelp-check.in
@@ -1,4 +1,4 @@
-#!/bin/python3
+#!/usr/bin/python3
#
# yelp-check
# Copyright (C) 2011-2020 Shaun McCance <shaunm@gnome.org>
diff --git a/tools/yelp-new.in b/tools/yelp-new.in
index cb923d5..d6ef3ee 100755
--- a/tools/yelp-new.in
+++ b/tools/yelp-new.in
@@ -1,4 +1,4 @@
-#!/bin/python3
+#!/usr/bin/python3
#
# yelp-new
# Copyright (C) 2010-2020 Shaun McCance <shaunm@gnome.org>