if test -f exitval; then return 1; fi
if test -f dmalloclog; then return 1; fi
if test ! -f stoppattern; then return 1; fi
if grep -v 'chmod.*bash: COMP_WORDS: bad array subscript' stoppattern > /dev/null; then return 1; fi
return 0
