From 7fd6153720746edff4af900dc9c3579d3cde6e32 Mon Sep 17 00:00:00 2001 From: "louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13" Date: Tue, 9 Nov 2010 20:37:39 +0000 Subject: fix some little issues. Rename gui to core, use logging lib instead of the custom debug option. Add a -d option --- launch.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'launch.sh') diff --git a/launch.sh b/launch.sh index b4b2384f..99b6708d 100644 --- a/launch.sh +++ b/launch.sh @@ -1,4 +1,4 @@ #!/usr/bin/env sh -cd src/ && python3 poezio.py "$@" +python3 src/poezio.py "$@" -- cgit v1.2.3