diff options
author | Georg Brandl <georg@python.org> | 2008-06-04 13:01:30 +0000 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2008-06-04 13:01:30 +0000 |
commit | ba0e3da86f18b3f4b35a934d6d7437676bb0525f (patch) | |
tree | 1a5f0cacb3fbaedfbf34f66d3af5ba7558ae319a /Mac/BuildScript/scripts/postflight.framework | |
parent | cd705c4ea929e29c5bec017e737e76836ae5bf9a (diff) | |
download | cpython-ba0e3da86f18b3f4b35a934d6d7437676bb0525f.tar.gz |
Revert r63934 -- it was mixing two patches.
Diffstat (limited to 'Mac/BuildScript/scripts/postflight.framework')
-rwxr-xr-x | Mac/BuildScript/scripts/postflight.framework | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Mac/BuildScript/scripts/postflight.framework b/Mac/BuildScript/scripts/postflight.framework index 0e64616e85..b796a102be 100755 --- a/Mac/BuildScript/scripts/postflight.framework +++ b/Mac/BuildScript/scripts/postflight.framework @@ -6,22 +6,22 @@ PYVER="@PYVER@" FWK="/Library/Frameworks/Python.framework/Versions/@PYVER@" -"${FWK}/bin/python" -Wi \ +"${FWK}/bin/python" -Wi -tt \ "${FWK}/lib/python${PYVER}/compileall.py" \ -x badsyntax -x site-packages \ "${FWK}/lib/python${PYVER}" -"${FWK}/bin/python" -Wi -O \ +"${FWK}/bin/python" -Wi -tt -O \ "${FWK}/lib/python${PYVER}/compileall.py" \ -x badsyntax -x site-packages \ "${FWK}/lib/python${PYVER}" -"${FWK}/bin/python" -Wi \ +"${FWK}/bin/python" -Wi -tt \ "${FWK}/lib/python${PYVER}/compileall.py" \ -x badsyntax -x site-packages \ "${FWK}/Mac/Tools" -"${FWK}/bin/python" -Wi -O \ +"${FWK}/bin/python" -Wi -tt -O \ "${FWK}/lib/python${PYVER}/compileall.py" \ -x badsyntax -x site-packages \ "${FWK}/Mac/Tools" |