From a3556a793af4bbec4d356e977ed22cd9702cd474 Mon Sep 17 00:00:00 2001 From: mathieui Date: Sat, 19 Jul 2014 00:36:44 +0200 Subject: Remove the -OO in launch.sh --- launch.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'launch.sh') diff --git a/launch.sh b/launch.sh index 8f43f0d1..72dcab7e 100755 --- a/launch.sh +++ b/launch.sh @@ -7,5 +7,5 @@ then else args="0.8.3-dev" fi -exec python3 -OO "$poezio_dir/src/poezio.py" -v "$args" "$@" +exec python3 "$poezio_dir/src/poezio.py" -v "$args" "$@" -- cgit v1.2.3