From: Ralf Jung Date: Thu, 18 Jun 2015 11:12:01 +0000 (+0200) Subject: don't hard-code the path to the python interpreter X-Git-Url: https://git.ralfj.de/git-mirror.git/commitdiff_plain/f605d636c5cd71fc58235762e76a196e034b135a?ds=sidebyside don't hard-code the path to the python interpreter --- diff --git a/githook.py b/githook.py index 5dd8497..a503a47 100755 --- a/githook.py +++ b/githook.py @@ -1,4 +1,4 @@ -#!/usr/bin/python3 +#!/usr/bin/env python3 # Copyright (c) 2015, Ralf Jung # All rights reserved. # diff --git a/webhook.py b/webhook.py index d91a4aa..6630c0d 100755 --- a/webhook.py +++ b/webhook.py @@ -1,4 +1,4 @@ -#!/usr/bin/python3 +#!/usr/bin/env python3 # Copyright (c) 2015, Ralf Jung # All rights reserved. #