===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
yodl-4.02.02/contrib/build.pl-117-    print ("    $cmd\n");
yodl-4.02.02/contrib/build.pl:118:    my $ret = system ($cmd);
yodl-4.02.02/contrib/build.pl-119-    die ("[$cmd] has failed, code $ret\n") if ($ret);
##############################################
yodl-4.02.02/macros/rawmacros/separator-27-
yodl-4.02.02/macros/rawmacros/separator:28:targetre=`echo "^<.*$target.*>[[:space:]]*$"`
yodl-4.02.02/macros/rawmacros/separator-29-emptyre='^<>[[:space:]]*$'
##############################################
yodl-4.02.02/macros/rawmacros/startdoc-17-
yodl-4.02.02/macros/rawmacros/startdoc:18:targetre=`echo "^<.*$target.*>[[:space:]]*$"`
yodl-4.02.02/macros/rawmacros/startdoc-19-emptyre='^<>[[:space:]]*$'
##############################################
yodl-4.02.02/macros/rawmacros/keepdiff-2-
yodl-4.02.02/macros/rawmacros/keepdiff:3:`diff $1 $1.rep > /dev/null`
yodl-4.02.02/macros/rawmacros/keepdiff-4-
##############################################
yodl-4.02.02/scripts/configreplacements-11-    (3)
yodl-4.02.02/scripts/configreplacements:12:        YODL_BIN=`grep YODL_BIN $CONFIG | cut -d\" -f2`
yodl-4.02.02/scripts/configreplacements:13:        VERSION=`grep VERSION $CONFIG | cut -d\" -f2`
yodl-4.02.02/scripts/configreplacements-14-        STD_INCLUDE=$3
##############################################
yodl-4.02.02/scripts/yodl2whatever.in-39-
yodl-4.02.02/scripts/yodl2whatever.in:40:Yodl2whatever for `$YODL --version`
yodl-4.02.02/scripts/yodl2whatever.in-41-
##############################################
yodl-4.02.02/scripts/yodl2whatever.in-86-# Determine basename of this program.
yodl-4.02.02/scripts/yodl2whatever.in:87:base=`basename $0`
yodl-4.02.02/scripts/yodl2whatever.in-88-
##############################################
yodl-4.02.02/scripts/yodl2whatever.in-100-    # Poor man's getopt. Only single-char flags supported.
yodl-4.02.02/scripts/yodl2whatever.in:101:    TEMP=`getopt D:d:ghi:I:kl:m:n:o:p:r:tVvWw  -- "$@"`
yodl-4.02.02/scripts/yodl2whatever.in-102-fi
##############################################
yodl-4.02.02/scripts/yodl2whatever.in-165-# Determine destination format.
yodl-4.02.02/scripts/yodl2whatever.in:166:dest=`IFS=2; set $base; echo $2`
yodl-4.02.02/scripts/yodl2whatever.in-167-
##############################################
yodl-4.02.02/scripts/yodl2whatever.in-190-[ ! -x $YODLPOST -o ! -x $YODL ] &&
yodl-4.02.02/scripts/yodl2whatever.in:191:    echo "$base: can't proceed: \`$YODL' and/or \`$YODLPOST' missing" &&
yodl-4.02.02/scripts/yodl2whatever.in-192-    exit 1
##############################################
yodl-4.02.02/scripts/newmacros-28-
yodl-4.02.02/scripts/newmacros:29:scriptsdir=`dirname $0`
yodl-4.02.02/scripts/newmacros-30-