[Pkg-privacy-commits] [obfsproxy] 286/353: Changed the obfsproxy shebang to point to `python2`
Ximin Luo
infinity0 at moszumanska.debian.org
Sat Aug 22 13:02:12 UTC 2015
This is an automated email from the git hooks/post-receive script.
infinity0 pushed a commit to branch master
in repository obfsproxy.
commit 2d9d4da6e53e809d4d2ae584a34e0d1c57575140
Author: Yawning Angel <yawning at torproject.org>
Date: Fri Apr 11 23:27:06 2014 +0000
Changed the obfsproxy shebang to point to `python2`
On all the systems I've checked so far running a U*IX variant,
`python2` is a valid symlink to the Python 2.x.x interpreter. Since
certain systems are also shipping Python 3 and some make it the default
system python, the shebang should be explicit.
This fixes bug #11190.
---
bin/obfsproxy | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bin/obfsproxy b/bin/obfsproxy
index 5d929c3..f8d4973 100755
--- a/bin/obfsproxy
+++ b/bin/obfsproxy
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python2
import sys, os
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/obfsproxy.git
More information about the Pkg-privacy-commits
mailing list