redo: only default to 'all' in the toplevel instance of redo.
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'.
This commit is contained in:
parent
2260bdd30f
commit
07af5d83f9
3 changed files with 5 additions and 2 deletions
|
|
@ -1,2 +1,3 @@
|
|||
redo-ifchange
|
||||
|
||||
redo-ifcreate
|
||||
redo
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue