From 91a8b37a2ec9dd91ad4b1ce55eb25b1d5de8d4ea Mon Sep 17 00:00:00 2001 From: teor Date: Fri, 22 Dec 2017 21:42:59 +1100 Subject: Make updateFallbackDirs.py search harder for python (Some OSs don't put it in /usr/bin.) Fixes bug 24708; bugfix on 0.2.8.1-alpha. --- scripts/maint/updateFallbackDirs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/maint') diff --git a/scripts/maint/updateFallbackDirs.py b/scripts/maint/updateFallbackDirs.py index 4c0a30a5ef..81fb26f886 100755 --- a/scripts/maint/updateFallbackDirs.py +++ b/scripts/maint/updateFallbackDirs.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python # Usage: # -- cgit v1.2.3-54-g00ecf