X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=bin%2Fcompyleall;h=70e95c83e706658fdd7d2f8cdc38378bf1315c67;hb=19369f1acdb94fbafe7a91e90e96d0e725b6fa40;hp=f78f33d0239ad120b0b6050f7e54729886f11d9a;hpb=251fbf7a8041156345cd9bdc4ddb382b7fd93b9f;p=dotfiles.git diff --git a/bin/compyleall b/bin/compyleall index f78f33d..70e95c8 100755 --- a/bin/compyleall +++ b/bin/compyleall @@ -1,3 +1,4 @@ #! /bin/sh - python$PY_VER -m compileall . && + + python$PY_VER -m compileall . exec python$PY_VER -O -m compileall .