[Pcsclite-git-commit] [website] 01/12: Use the python returned by env

Ludovic Rousseau rousseau at moszumanska.debian.org
Sat May 9 16:21:03 UTC 2015


This is an automated email from the git hooks/post-receive script.

rousseau pushed a commit to branch master
in repository website.

commit e7caee77d2098e09f9ddb804243a8a72ec62dfe3
Author: Ludovic Rousseau <ludovic.rousseau at free.fr>
Date:   Tue May 5 20:33:55 2015 +0200

    Use the python returned by env
    
    My Python is /usr/local/bin/python (installed by brew) so I should not
    use the hardcoded path /usr/bin/python
---
 generate_supported_readers.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/generate_supported_readers.py b/generate_supported_readers.py
index 7dcff0e..eac6bcf 100755
--- a/generate_supported_readers.py
+++ b/generate_supported_readers.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python
 
 """
 #    generate_supported_readers.py generate the supported_readers.txt

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pcsclite/website.git



More information about the Pcsclite-cvs-commit mailing list