From: Ralf Jung Date: Thu, 18 Jun 2015 11:12:30 +0000 (+0200) Subject: don't hard-code the path to the python interpreter X-Git-Url: https://git.ralfj.de/auto-debuild.git/commitdiff_plain/1954afc7707460e813e8054741b2259a37a07369 don't hard-code the path to the python interpreter --- diff --git a/auto_debuild.py b/auto_debuild.py index 640ac4f..e2258c5 100755 --- a/auto_debuild.py +++ b/auto_debuild.py @@ -1,4 +1,4 @@ -#!/usr/bin/python3 +#!/usr/bin/env python3 # auto-debuild - Automatic Generation of Debian Packages # Copyright (C) 2012 Ralf Jung #