From 847cd5639a3e7daa2fe89047e9ef95415feaa536 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 --- IRC/index | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IRC/index b/IRC/index index 21129c7..41e3a22 100755 --- a/IRC/index +++ b/IRC/index @@ -5,4 +5,4 @@ cd $(dirname $(readlink -f $0)) ./install -exec python2 bot2.py "$@" +exec python bot2.py "$@" -- cgit v1.2.3