We already did this in minimal/do, and redo-ifchange already did this, but
plain redo didn't. This made constructs like:
for d in *.x; do
echo "${d%.x}"
done | xargs redo
dangerous, because if there were no matching files, we'd try to 'redo all'.
3 lines
33 B
Text
3 lines
33 B
Text
redo-ifchange
|
|
redo-ifcreate
|
|
redo
|