It's better if all our scripts use the same '/usr/bin/env python'. Signed-off-by: Felipe Contreras <felipe.contreras@xxxxxxxxx> --- contrib/hooks/multimail/README | 6 +++--- contrib/hooks/multimail/git_multimail.py | 2 +- contrib/hooks/multimail/migrate-mailhook-config | 2 +- contrib/hooks/multimail/post-receive | 2 +- contrib/svn-fe/svnrdump_sim.py | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/contrib/hooks/multimail/README b/contrib/hooks/multimail/README index 477d65f..cf0bcb8 100644 --- a/contrib/hooks/multimail/README +++ b/contrib/hooks/multimail/README @@ -76,10 +76,10 @@ Requirements The example scripts invoke Python using the following shebang line (following PEP 394 [1]): - #! /usr/bin/env python2 + #! /usr/bin/env python - If your system's Python2 interpreter is not in your PATH or is not - called "python2", you can change the lines accordingly. Or you can + If your system's Python interpreter is not in your PATH or is not + called "python", you can change the lines accordingly. Or you can invoke the Python interpreter explicitly, for example via a tiny shell script like diff --git a/contrib/hooks/multimail/git_multimail.py b/contrib/hooks/multimail/git_multimail.py index 8b58ed6..f6dcdc6 100755 --- a/contrib/hooks/multimail/git_multimail.py +++ b/contrib/hooks/multimail/git_multimail.py @@ -1,4 +1,4 @@ -#! /usr/bin/env python2 +#! /usr/bin/env python # Copyright (c) 2012-2014 Michael Haggerty and others # Derived from contrib/hooks/post-receive-email, which is diff --git a/contrib/hooks/multimail/migrate-mailhook-config b/contrib/hooks/multimail/migrate-mailhook-config index 04eeaac..fba0b90 100755 --- a/contrib/hooks/multimail/migrate-mailhook-config +++ b/contrib/hooks/multimail/migrate-mailhook-config @@ -1,4 +1,4 @@ -#! /usr/bin/env python2 +#! /usr/bin/env python """Migrate a post-receive-email configuration to be usable with git_multimail.py. diff --git a/contrib/hooks/multimail/post-receive b/contrib/hooks/multimail/post-receive index 4d46828..4f2cf9d 100755 --- a/contrib/hooks/multimail/post-receive +++ b/contrib/hooks/multimail/post-receive @@ -1,4 +1,4 @@ -#! /usr/bin/env python2 +#! /usr/bin/env python """Example post-receive hook based on git-multimail. diff --git a/contrib/svn-fe/svnrdump_sim.py b/contrib/svn-fe/svnrdump_sim.py index 4e78a1c..bf20819 100755 --- a/contrib/svn-fe/svnrdump_sim.py +++ b/contrib/svn-fe/svnrdump_sim.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python """ Simulates svnrdump by replaying an existing dump from a file, taking care of the specified revision range. -- 1.9.2+fc1.25.g15bd061 -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html