From fa8e4906ded7dbc391d8af60707cdc3c7b56af71 Mon Sep 17 00:00:00 2001 From: Richard Heck Date: Sun, 26 Jan 2014 11:38:41 -0500 Subject: [PATCH] Use "#!/usr/bin/env python", as elsewhere. (cherry picked from commit 5d94d1b3bf435b9a6d75f9e084d15b0d6da9b244) --- lib/scripts/listerrors | 2 +- status.20x | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/scripts/listerrors b/lib/scripts/listerrors index e9b0da957f..473f7ff003 100755 --- a/lib/scripts/listerrors +++ b/lib/scripts/listerrors @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python # file listerrors # This file is part of LyX, the document processor. diff --git a/status.20x b/status.20x index 4ce53b3613..1aaa5e251d 100644 --- a/status.20x +++ b/status.20x @@ -55,6 +55,7 @@ What's new * USER INTERFACE +Fixed python call in listerrors script. * DOCUMENTATION AND LOCALIZATION -- 2.39.5