diff options
-rwxr-xr-x | launch.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" "$@" |