From cbc266db72fe955dc19deb450a28fc4840d4672d Mon Sep 17 00:00:00 2001 From: Andrew Jeddeloh Date: Mon, 29 Apr 2019 15:07:55 -0700 Subject: [PATCH] go-mods-to-bundled: use /usr/bin/env python Do not assume a python is /bin/python --- go-mods-to-bundled-provides.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go-mods-to-bundled-provides.py b/go-mods-to-bundled-provides.py index ad4e380..3de621a 100755 --- a/go-mods-to-bundled-provides.py +++ b/go-mods-to-bundled-provides.py @@ -1,4 +1,4 @@ -#!/bin/python3 +#!/usr/bin/env python3 ''' Tiny dumb script that generates virtual bundled `Provides` from a repo that