From d00027bbba30a7693135c8b7cb5de267e8c478d4 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Sat, 23 May 2015 21:27:23 +0200 Subject: get_lexer_list.py: Use /usr/bin/env shebang This is more portable and allows for PATH overrides in case /usr/bin/python is too old (2.6) to run this file. Signed-off-by: Florian Pritz --- scripts/get_lexer_list.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/get_lexer_list.py b/scripts/get_lexer_list.py index 50e93bde5..1392459a8 100755 --- a/scripts/get_lexer_list.py +++ b/scripts/get_lexer_list.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python import pygments.lexers import json -- cgit v1.2.3-24-g4f1b