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.
3 lines
93 B
Text
3 lines
93 B
Text
exec >&2
|
|
redo-ifchange ../redo/version/all ../redo/py list redo-sh
|
|
xargs redo-ifchange <list
|