From d897e4de4a224f165617761638f5b3f3e876c617 Mon Sep 17 00:00:00 2001 From: teor Date: Thu, 6 Feb 2020 10:23:15 +1000 Subject: proposals: Make reindex use path for python Some people don't have their best python in /usr/bin. Other people only have python in /usr/local/bin, or other places. --- proposals/reindex.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'proposals/reindex.py') diff --git a/proposals/reindex.py b/proposals/reindex.py index 74efaf4..c66ec24 100755 --- a/proposals/reindex.py +++ b/proposals/reindex.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python import re, os class Error(Exception): pass -- cgit v1.2.3-54-g00ecf