From f605d636c5cd71fc58235762e76a196e034b135a Mon Sep 17 00:00:00 2001 From: Ralf Jung Date: Thu, 18 Jun 2015 13:12:01 +0200 Subject: don't hard-code the path to the python interpreter --- githook.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'githook.py') 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. # -- cgit v1.2.3