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 | 847cd5639a3e7daa2fe89047e9ef95415feaa536 (patch) | |
tree | d9ff4677e1201edf4e23caa4068339f37490ed09 | |
parent | 0fba2569678f6fa8a710ac3440310f35522ddf7a (diff) |
//Reaktor/IRC: assume python is python2
-rwxr-xr-x | IRC/index | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,4 +5,4 @@ cd $(dirname $(readlink -f $0)) ./install -exec python2 bot2.py "$@" +exec python bot2.py "$@" |