===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
grfcodec-6.0.6/findversion.sh-60-# Find out some dirs
grfcodec-6.0.6/findversion.sh:61:cd `dirname "$0"`
grfcodec-6.0.6/findversion.sh-62-ROOT_DIR=`pwd`
##############################################
grfcodec-6.0.6/findversion.sh-78-		REV=r$REV_NR
grfcodec-6.0.6/findversion.sh:79:		BRANCH=`hg branch | sed 's@^default$@@'`
grfcodec-6.0.6/findversion.sh-80-	fi
##############################################
grfcodec-6.0.6/version.def-9-VER        := $(shell echo "$(VERSIONS)" | cut -f 1 -d'	')
grfcodec-6.0.6/version.def:10:VERSIONSTR := $(shell [ "`echo "$(VERSIONS)" | cut -c 1`" = 'r' ] && echo "trunk $(VER)" && exit; echo "$(VER) r$(REV)")
grfcodec-6.0.6/version.def-11-endif