#!/bin/bash # $HeadURL$ $LastChangedRevision$ # Detect modification of error stack inside backquotes # which will not affect the stack. (The backslash is # a way to prevent the pattern itself matching the pattern!) ! egrep '(`|\$\().*ERR\STACK.*(`|\))' $(find $ADETEST_MODROOT -type f -name '*.sh')