mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-28 15:50:26 +00:00
Change fix the path of 'env' in some shebang lines.
This commit is contained in:
parent
9f314cd978
commit
f64e1df68a
@ -1,4 +1,4 @@
|
|||||||
#!/bin/env python
|
#!/usr/bin/env python
|
||||||
# Copyright Greg Copeland, 2008
|
# Copyright Greg Copeland, 2008
|
||||||
# Released under GPL license for Wesnoth. See Wesnoth's
|
# Released under GPL license for Wesnoth. See Wesnoth's
|
||||||
# licensing terms for this module's specific license.
|
# 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
|
# Most of these tests were shamelessly taken and adopted from
|
||||||
# Dmitry Dvoinikov's shared lock tests. As the lock implementations
|
# 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.
|
# Automagically set the village_per_scout parameters in MP scenarios.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user