diff options
author | root <root@filebitch> | 2011-09-06 19:43:07 +0200 |
---|---|---|
committer | root <root@filebitch> | 2011-09-06 19:43:07 +0200 |
commit | c3bc5a6d16868c121aca780f3109155797b51d76 (patch) | |
tree | cc19829f71ead25b3e0df80397ad07e4529309ff /Reaktor | |
parent | da541cdd4c926de01198edc31e4500ccb9a6a457 (diff) |
//Reaktor/IRC: assume python is python2
Diffstat (limited to 'Reaktor')
-rwxr-xr-x | Reaktor/IRC/index | 2 |
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 "$@" |