flush-cache: run it as a separate program, not using 'source'

That way it doesn't clutter up 'redo -x' as much.
This commit is contained in:
Avery Pennarun 2010-12-08 20:16:26 -08:00
commit 8dad223225
8 changed files with 15 additions and 13 deletions

View file

@ -6,6 +6,7 @@ if [ -e t1a ]; then
else
BEFORE=
fi
../flush-cache.sh
redo-ifchange t1a # it definitely had to rebuild because t1dep changed
AFTER="$(cat t1a)"
if [ "$BEFORE" = "$AFTER" ]; then