X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=bin%2Fcompyleall;fp=bin%2Fcompyleall;h=70e95c83e706658fdd7d2f8cdc38378bf1315c67;hb=00569e3d2f237b3e92a82bdcabffb32d9fa90900;hp=f78f33d0239ad120b0b6050f7e54729886f11d9a;hpb=dc43cb5356c6c8eb214f5861e2262e5124fb1f75;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 .