Author: ai0867
Date: Tue Sep 30 16:17:10 2008
New Revision: 29787

URL: http://svn.gna.org/viewcvs/wesnoth?rev=29787&view=rev
Log:
* Change fix the path of 'env' in some shebang lines.

Modified:
    trunk/data/ai/python/ai_launcher.py
    trunk/data/ai/python/wail/rwlocktest.py
    trunk/data/tools/scoutDefault.py

Modified: trunk/data/ai/python/ai_launcher.py
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/data/ai/python/ai_launcher.py?rev=29787&r1=29786&r2=29787&view=diff
==============================================================================
--- trunk/data/ai/python/ai_launcher.py (original)
+++ trunk/data/ai/python/ai_launcher.py Tue Sep 30 16:17:10 2008
@@ -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.

Modified: trunk/data/ai/python/wail/rwlocktest.py
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/data/ai/python/wail/rwlocktest.py?rev=29787&r1=29786&r2=29787&view=diff
==============================================================================
--- trunk/data/ai/python/wail/rwlocktest.py (original)
+++ trunk/data/ai/python/wail/rwlocktest.py Tue Sep 30 16:17:10 2008
@@ -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

Modified: trunk/data/tools/scoutDefault.py
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/data/tools/scoutDefault.py?rev=29787&r1=29786&r2=29787&view=diff
==============================================================================
--- trunk/data/tools/scoutDefault.py (original)
+++ trunk/data/tools/scoutDefault.py Tue Sep 30 16:17:10 2008
@@ -1,4 +1,4 @@
-#!/bin/env python
+#!/usr/bin/env python
 #
 # Automagically set the village_per_scout parameters in MP scenarios.
 


_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits

Reply via email to