From f1fd8b2efc785d65e9c9f1601eec3cd2c7ed0e0a Mon Sep 17 00:00:00 2001 From: Fabio Erculiani Date: Mon, 25 May 2009 21:08:38 +0200 Subject: [PATCH] revert interpreter to /usr/bin/python instead of python2 due to issues with Gentoo's python2 symlink not being updated properly --- sulfur/misc/sulfur | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sulfur/misc/sulfur b/sulfur/misc/sulfur index 402a3a586..74000d7e5 100755 --- a/sulfur/misc/sulfur +++ b/sulfur/misc/sulfur @@ -1,4 +1,4 @@ -#!/usr/bin/python2 -O +#!/usr/bin/python -O import sys, os if "--debug" in sys.argv: os.environ['SULFUR_DEBUG'] = "1"