commit 8a6e4edd86dcf9ee4a58ec8b0d6f1e115d09c292 Author: Isis Lovecruft isis@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()