===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
tudu-0.10.4/configure-32-ENVWORDS="${ENVWORDS} $1_CPU $1_OS"
tudu-0.10.4/configure:33:STR=`eval "echo ${S}$1"`
tudu-0.10.4/configure:34:SPLIT_CPU="`echo "$STR" | cut -d - -f 1`"
tudu-0.10.4/configure:35:SPLIT_OS="`echo "$STR" | awk -F - '{if(NF==4){print $4}else{print $2}}'`"
tudu-0.10.4/configure-36-eval "$1_CPU=\"$SPLIT_CPU\""
##############################################
tudu-0.10.4/configure-42-
tudu-0.10.4/configure:43:VPATH=`dirname ${0}`
tudu-0.10.4/configure-44-if [ "${VPATH}" = "." ]; then 
##############################################
tudu-0.10.4/configure-93-: ${LOCALSTATEDIR:=${SPREFIX}/var}
tudu-0.10.4/configure:94:for A in `echo ${PATH} | sed -e 's,:, ,g'` ; do
tudu-0.10.4/configure-95-  [ -e $A/ginstall ] && : ${INSTALL:=$A/ginstall} && break
##############################################
tudu-0.10.4/configure-173-parse_options() {
tudu-0.10.4/configure:174:flag=`echo $1| cut -d = -f 1`
tudu-0.10.4/configure:175:value=`echo $1| awk 'BEGIN{FS="=";}{print $2}'`
tudu-0.10.4/configure:176:flag2=`echo $flag|cut -f2- -d -| sed -e 's,-,_,g' -e 's,^_,,g'|tr '[a-z]' '[A-Z]'`
tudu-0.10.4/configure-177-
##############################################
tudu-0.10.4/configure-234-
tudu-0.10.4/configure:235:*) if [ "$value" ]; then eval "`echo $flag2=$value`" ; 
tudu-0.10.4/configure-236-else echo ; echo "WARNING: Unknown flag '$flag'." >&2 ; echo ; fi ;;
##############################################
tudu-0.10.4/configure-428-	eval "VAR=\$${A}"
tudu-0.10.4/configure:429:	VAR="`echo ${VAR} | sed -e 's/\,/\\\,/g'`"
tudu-0.10.4/configure-430-	[ $COUNT = 10 ] && COUNT=0 && SEDFLAGS="${SEDFLAGS}' -e '"
##############################################
tudu-0.10.4/configure-447- echo "creating ${SD_TARGET}"
tudu-0.10.4/configure:448:mkdir -p $(echo ${A} | sed -e "s,/`basename ${A}`$,,g")
tudu-0.10.4/configure-449- cat ${VPATH}/${SD_TARGET}.acr | \
##############################################
tudu-0.10.4/configure-452-for A in ${ENVWORDS}; do
tudu-0.10.4/configure:453:VALUE=`eval echo "$"${A}`
tudu-0.10.4/configure-454-if [ "$VALUE" = 0 ]; then ## FALSE
tudu-0.10.4/configure-455- MARK="##${A}##"
tudu-0.10.4/configure:456:if [ -n "`grep \"${MARK}\" ${SD_TARGET}.tmp`" ]; then
tudu-0.10.4/configure-457- mv ${SD_TARGET}.tmp ${SD_TARGET}.tmp2