Change fix the path of 'env' in some shebang lines.
This commit is contained in:
parent
9f314cd978
commit
f64e1df68a
3 changed files with 3 additions and 3 deletions
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/env python
|
||||
#!/usr/bin/env python
|
||||
#
|
||||
# Automagically set the village_per_scout parameters in MP scenarios.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue