minimal/do whichdo: should print ../default.do if ../$1.do exists.
It would be incorrect to print ../$1.do (we only use $1.do in the *current* directly, not prefix dirs; we only use default*.do in those). However, when we found ../default.do, we forgot to print it, because of a silly logic error.
This commit is contained in:
parent
7b8fda5e18
commit
a14aa4c86d
5 changed files with 21 additions and 2 deletions
|
|
@ -1 +1 @@
|
|||
redo exists nonexists
|
||||
redo exists nonexists defaults
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue