From 6fb0e6bf1c8312555cc8e29ef3513e0dc5a848fe Mon Sep 17 00:00:00 2001 From: wm4 Date: Sat, 29 Sep 2012 16:22:01 +0200 Subject: build: use "python" instead of "python3" as interpreter name This works regardless whether "python" starts a Python 2 or Python 3 interpreter. --- TOOLS/matroska.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'TOOLS/matroska.py') diff --git a/TOOLS/matroska.py b/TOOLS/matroska.py index ab5684f1ed..4a672690b6 100755 --- a/TOOLS/matroska.py +++ b/TOOLS/matroska.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python3 +#!/usr/bin/env python """ Generate C definitions for parsing Matroska files. Can also be used to directly parse Matroska files and display their contents. -- cgit v1.2.3