===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
unace-1.2b/unix/gccmaked-58-			--*)
unace-1.2b/unix/gccmaked:59:			    endmarker=`echo $1 | sed 's/^\-\-//'`
unace-1.2b/unix/gccmaked-60-			    if [ "$endmarker"x = x ]; then
##############################################
unace-1.2b/unix/gccmaked-111-	*.s)
unace-1.2b/unix/gccmaked:112:	    dir=`dirname $i`
unace-1.2b/unix/gccmaked:113:	    base=`basename $i .s`
unace-1.2b/unix/gccmaked-114-	    (cd $dir; $RM ${base}.S; $LN ${base}.s ${base}.S)
##############################################
unace-1.2b/unix/gccmaked-119-
unace-1.2b/unix/gccmaked:120:CMD="$CC -MM $args `echo $files | sed -e 's,\.s$,\.S,g' -e 's,\.s ,\.S ,g'` | 	sed -e 's,\.S$,\.s,g' -e 's,\.S ,\.s ,g'"
unace-1.2b/unix/gccmaked-121-