[tor-commits] [flashproxy/master] Change facilitator-reg-url shebang to match other python programs.

dcf at torproject.org dcf at torproject.org
Wed Mar 13 09:01:24 UTC 2013


commit 682bf964dfe261662d7a3a7eeef5519d1d6e93c7
Author: Alexandre Allaire <alexandre.allaire at mail.mcgill.ca>
Date:   Mon Jan 21 17:36:08 2013 -0500

    Change facilitator-reg-url shebang to match other python programs.
---
 facilitator/facilitator-reg-url |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/facilitator/facilitator-reg-url b/facilitator/facilitator-reg-url
old mode 100644
new mode 100755
index 0127719..609346e
--- a/facilitator/facilitator-reg-url
+++ b/facilitator/facilitator-reg-url
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python
 
 import sys
 import base64





More information about the tor-commits mailing list