This avoids a name overlap with the system-installed copy of python. Since redo adds the redo/ dir to the $PATH before running .do files, python.do might see its own previously-created target instead of the "real" python when testing, and create an infinite loop by accident.
2 lines
61 B
Text
2 lines
61 B
Text
redo version/clean
|
|
rm -f whichpython python py *.pyc */*.pyc
|