apenwarr-redo/t/ifcreate1.do
Avery Pennarun f16f0147b1 Add a redo-ifcreate test.
Turns out we weren't testing this one at all, which is a shame, because it
totally didn't work.
2010-12-11 23:50:12 -08:00

6 lines
120 B
Text

if [ -e ifcreate1.dep ]; then
redo-ifchange ifcreate1.dep
else
redo-ifcreate ifcreate1.dep
fi
echo $$ >>ifcreate1.log