From c3bc5a6d16868c121aca780f3109155797b51d76 Mon Sep 17 00:00:00 2001 From: root Date: Tue, 6 Sep 2011 19:43:07 +0200 Subject: //Reaktor/IRC: assume python is python2 --- Reaktor/IRC/index | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Reaktor') diff --git a/Reaktor/IRC/index b/Reaktor/IRC/index index 21129c71..41e3a227 100755 --- a/Reaktor/IRC/index +++ b/Reaktor/IRC/index @@ -5,4 +5,4 @@ cd $(dirname $(readlink -f $0)) ./install -exec python2 bot2.py "$@" +exec python bot2.py "$@" -- cgit v1.2.3