From 3a38f8c1b620f9309edf3878231b4cbe8ca8baef Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sat, 14 Jun 2008 02:53:14 +0000 Subject: [PATCH] standard location of env is in /usr/bin, not /bin git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54208 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/stc/gen_iface.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/stc/gen_iface.py b/src/stc/gen_iface.py index 2dfea4c444..5bdc337ba8 100755 --- a/src/stc/gen_iface.py +++ b/src/stc/gen_iface.py @@ -1,4 +1,4 @@ -#!/bin/env python +#!/usr/bin/env python #---------------------------------------------------------------------------- # Name: gen_iface.py # Purpose: Generate stc.h and stc.cpp from the info in Scintilla.iface -- 2.45.2