[pypy-svn] r38657 - pypy/dist/pypy/translator/goal

tismer at codespeak.net tismer at codespeak.net
Tue Feb 13 05:31:00 CET 2007


Author: tismer
Date: Tue Feb 13 05:30:57 2007
New Revision: 38657

Modified:
   pypy/dist/pypy/translator/goal/compile_stackless.bat   (contents, props changed)
Log:
corrected eolstyle

Modified: pypy/dist/pypy/translator/goal/compile_stackless.bat
==============================================================================
--- pypy/dist/pypy/translator/goal/compile_stackless.bat	(original)
+++ pypy/dist/pypy/translator/goal/compile_stackless.bat	Tue Feb 13 05:30:57 2007
@@ -1,3 +1,3 @@
-python -c "import time; print time.ctime(), 'compile start'" >> compile.log
-translate.py --batch --new-stackless
-python -c "import time; print time.ctime(), 'compile stop'" >> compile.log
+python -c "import time; print time.ctime(), 'compile start'" >> compile.log
+translate.py --batch --new-stackless
+python -c "import time; print time.ctime(), 'compile stop'" >> compile.log



More information about the Pypy-commit mailing list