Change fix the path of 'env' in some shebang lines.

This commit is contained in:
Alexander van Gessel 2008-09-30 15:17:10 +01:00
parent 9f314cd978
commit f64e1df68a
3 changed files with 3 additions and 3 deletions

View File

@ -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.

View File

@ -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

View File

@ -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.