From f64e1df68ad9490358a7bff526763f6e07669864 Mon Sep 17 00:00:00 2001 From: Alexander van Gessel Date: Tue, 30 Sep 2008 15:17:10 +0100 Subject: [PATCH] Change fix the path of 'env' in some shebang lines. --- data/ai/python/ai_launcher.py | 2 +- data/ai/python/wail/rwlocktest.py | 2 +- data/tools/scoutDefault.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/data/ai/python/ai_launcher.py b/data/ai/python/ai_launcher.py index 95ec9022436..bb9c4f468c5 100644 --- a/data/ai/python/ai_launcher.py +++ b/data/ai/python/ai_launcher.py @@ -1,4 +1,4 @@ -#!/bin/env python +#!/usr/bin/env python # Copyright Greg Copeland, 2008 # Released under GPL license for Wesnoth. See Wesnoth's # licensing terms for this module's specific license. diff --git a/data/ai/python/wail/rwlocktest.py b/data/ai/python/wail/rwlocktest.py index f020340d064..9a8cf22e2af 100644 --- a/data/ai/python/wail/rwlocktest.py +++ b/data/ai/python/wail/rwlocktest.py @@ -1,4 +1,4 @@ -#!/bin/env python +#!/usr/bin/env python # # Most of these tests were shamelessly taken and adopted from # Dmitry Dvoinikov's shared lock tests. As the lock implementations diff --git a/data/tools/scoutDefault.py b/data/tools/scoutDefault.py index 657f1c4cdf8..9a40b467b53 100755 --- a/data/tools/scoutDefault.py +++ b/data/tools/scoutDefault.py @@ -1,4 +1,4 @@ -#!/bin/env python +#!/usr/bin/env python # # Automagically set the village_per_scout parameters in MP scenarios.