summaryrefslogtreecommitdiff
path: root/launch.sh
diff options
context:
space:
mode:
authorlouiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 <louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13>2010-05-21 13:16:40 +0000
committerlouiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 <louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13>2010-05-21 13:16:40 +0000
commit36c5269b0ef1773eb1b578e8d288785c19581bbf (patch)
treeeadfc816be725d8f4a92d1ea8081627c54995972 /launch.sh
parent45e0615cd0e8818422ea709295a6d9485b3b3612 (diff)
downloadpoezio-36c5269b0ef1773eb1b578e8d288785c19581bbf.tar.gz
poezio-36c5269b0ef1773eb1b578e8d288785c19581bbf.tar.bz2
poezio-36c5269b0ef1773eb1b578e8d288785c19581bbf.tar.xz
poezio-36c5269b0ef1773eb1b578e8d288785c19581bbf.zip
non-anonymous authentication, fixed #1185
Diffstat (limited to 'launch.sh')
-rw-r--r--launch.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/launch.sh b/launch.sh
index f38a5a5e..9024603e 100644
--- a/launch.sh
+++ b/launch.sh
@@ -1,4 +1,4 @@
#!/usr/bin/env sh
-cd src/ && python client.py "$@"
+cd src/ && python poezio.py "$@"