At some point this got broken during a refactoring. The result was that redo-ifchange, run from the command line (as opposed to inside a .do script) would fail to start the log prettifier.
3 lines
112 B
Text
3 lines
112 B
Text
rm -f all
|
|
redo-ifchange # should not default to 'all' since not running from top level
|
|
[ ! -e all ] || exit 11
|