diff options
Diffstat (limited to 'three.cmd')
-rw-r--r-- | three.cmd | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ @REM Copy the sources, convert to Py3k, and run the tests.
-rmdir/s/q ..\three
+rmdir /s/q three ..\three
xcopy /s/h/i/e /exclude:notsource.txt . ..\three
move ..\three .
cd three
|