1
0
mirror of https://github.com/moparisthebest/pacman synced 2024-08-13 17:03:46 -04:00

Point python shebangs at python2

Python PEP-394 states that all python code should point at the
python2 or python3 symlinks at maintain cross-distro compatibility.

Note that this does not matter when calling these scripts using
"make check" as they are explictly called using the detected python
version.  As this only affects manually calling these scripts, I
have not had configure/make replace the shebangs.

Signed-off-by: Allan McRae <allan@archlinux.org>
This commit is contained in:
Allan McRae 2012-02-25 15:57:29 +10:00 committed by Dan McGee
parent 09a93b2e0e
commit 82abe079ab
8 changed files with 8 additions and 8 deletions

View File

@ -1,4 +1,4 @@
#! /usr/bin/python
#! /usr/bin/python2
#
# pactest : run automated testing on the pacman binary
#

View File

@ -1,4 +1,4 @@
#! /usr/bin/python
#! /usr/bin/python2
#
# Copyright (c) 2006 by Aurelien Foret <orelien@chez.com>
#

View File

@ -1,4 +1,4 @@
#! /usr/bin/python
#! /usr/bin/python2
#
# Copyright (c) 2006 by Aurelien Foret <orelien@chez.com>
#

View File

@ -1,4 +1,4 @@
#! /usr/bin/python
#! /usr/bin/python2
#
# Copyright (c) 2006 by Aurelien Foret <orelien@chez.com>
#

View File

@ -1,4 +1,4 @@
#! /usr/bin/python
#! /usr/bin/python2
#
# Copyright (c) 2006 by Aurelien Foret <orelien@chez.com>
#

View File

@ -1,4 +1,4 @@
#! /usr/bin/python
#! /usr/bin/python2
#
# Copyright (c) 2006 by Aurelien Foret <orelien@chez.com>
#

View File

@ -1,4 +1,4 @@
#! /usr/bin/python
#! /usr/bin/python2
#
# Copyright (c) 2006 by Aurelien Foret <orelien@chez.com>
#

View File

@ -1,4 +1,4 @@
#! /usr/bin/python
#! /usr/bin/python2
#
# Copyright (c) 2006 by Aurelien Foret <orelien@chez.com>
#