===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
ocrad-0.27/testsuite/check.sh-10-objdir=`pwd`
ocrad-0.27/testsuite/check.sh:11:testdir=`cd "$1" ; pwd`
ocrad-0.27/testsuite/check.sh-12-OCRAD="${objdir}"/ocrad
##############################################
ocrad-0.27/testsuite/check.sh-97-	for coord in ${coords} ; do
ocrad-0.27/testsuite/check.sh:98:		produced_chars="${produced_chars}`"${OCRAD}" -u${coord} ${in}`" ||
ocrad-0.27/testsuite/check.sh-99-		test_failed $LINENO ${coord}
##############################################
ocrad-0.27/configure-51-	case ${option} in
ocrad-0.27/configure:52:	*=*) optarg=`echo ${option} | sed -e 's,^[^=]*=,,;s,/$,,'` ;;
ocrad-0.27/configure-53-	esac
##############################################
ocrad-0.27/configure-136-		## the sed command below emulates the dirname command
ocrad-0.27/configure:137:		srcdir=`echo $0 | sed -e 's,[^/]*$,,;s,/$,,;s,^$,.,'`
ocrad-0.27/configure-138-	fi
##############################################
ocrad-0.27/configure-147-# Set srcdir to . if that's what it is.
ocrad-0.27/configure:148:if [ "`pwd`" = "`cd "${srcdir}" ; pwd`" ] ; then srcdir=. ; fi
ocrad-0.27/configure-149-