[tor-commits] [bridgedb/master] Fix the crunchbang in scripts/bridgedb to respect the environment.

isis at torproject.org isis at torproject.org
Sun Jan 12 06:06:30 UTC 2014


commit 8a6e4edd86dcf9ee4a58ec8b0d6f1e115d09c292
Author: Isis Lovecruft <isis at torproject.org>
Date:   Thu Oct 3 06:27:10 2013 +0000

    Fix the crunchbang in scripts/bridgedb to respect the environment.
    
     * This should also help save the whales.
---
 scripts/bridgedb |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/bridgedb b/scripts/bridgedb
index 3739254..069cccd 100644
--- a/scripts/bridgedb
+++ b/scripts/bridgedb
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python
 
 import bridgedb.Main
 bridgedb.Main.run()





More information about the tor-commits mailing list