summaryrefslogtreecommitdiffstats
path: root/Reaktor/IRC/index
diff options
context:
space:
mode:
authorroot <root@filebitch>2011-09-06 19:43:07 +0200
committerroot <root@filebitch>2011-09-06 19:43:07 +0200
commitc3bc5a6d16868c121aca780f3109155797b51d76 (patch)
treecc19829f71ead25b3e0df80397ad07e4529309ff /Reaktor/IRC/index
parentda541cdd4c926de01198edc31e4500ccb9a6a457 (diff)
//Reaktor/IRC: assume python is python2
Diffstat (limited to 'Reaktor/IRC/index')
-rwxr-xr-xReaktor/IRC/index2
1 files changed, 1 insertions, 1 deletions
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 "$@"