diff options
author | mathieui <mathieui@mathieui.net> | 2014-07-19 00:36:44 +0200 |
---|---|---|
committer | mathieui <mathieui@mathieui.net> | 2014-07-19 00:36:44 +0200 |
commit | a3556a793af4bbec4d356e977ed22cd9702cd474 (patch) | |
tree | 6ce3c38cc80013d35ae5027e0b47b58d043da9ae | |
parent | d790465d6d9ecc053349936bf09546eb72906d8d (diff) | |
download | poezio-a3556a793af4bbec4d356e977ed22cd9702cd474.tar.gz poezio-a3556a793af4bbec4d356e977ed22cd9702cd474.tar.bz2 poezio-a3556a793af4bbec4d356e977ed22cd9702cd474.tar.xz poezio-a3556a793af4bbec4d356e977ed22cd9702cd474.zip |
Remove the -OO in launch.sh
-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" "$@" |