===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
apg-2.2.3.dfsg.1/install-sh-85-
apg-2.2.3.dfsg.1/install-sh:86:	-t=*) transformarg=`echo $1 | sed 's/-t=//'`
apg-2.2.3.dfsg.1/install-sh-87-	    shift
##############################################
apg-2.2.3.dfsg.1/install-sh-89-
apg-2.2.3.dfsg.1/install-sh:90:	-b=*) transformbasename=`echo $1 | sed 's/-b=//'`
apg-2.2.3.dfsg.1/install-sh-91-	    shift
##############################################
apg-2.2.3.dfsg.1/install-sh-151-	then
apg-2.2.3.dfsg.1/install-sh:152:		dst="$dst"/`basename $src`
apg-2.2.3.dfsg.1/install-sh-153-	else
##############################################
apg-2.2.3.dfsg.1/install-sh-158-## this sed command emulates the dirname command
apg-2.2.3.dfsg.1/install-sh:159:dstdir=`echo $dst | sed -e 's,[^/]*$,,;s,/$,,;s,^$,.,'`
apg-2.2.3.dfsg.1/install-sh-160-
##############################################
apg-2.2.3.dfsg.1/install-sh-172-IFS='%'
apg-2.2.3.dfsg.1/install-sh:173:set - `echo ${dstdir} | sed -e 's@/@%@g' -e 's@^%@/@'`
apg-2.2.3.dfsg.1/install-sh-174-IFS="${oIFS}"
##############################################
apg-2.2.3.dfsg.1/install-sh-206-	then
apg-2.2.3.dfsg.1/install-sh:207:		dstfile=`basename $dst`
apg-2.2.3.dfsg.1/install-sh-208-	else
##############################################
apg-2.2.3.dfsg.1/install-sh-216-	then
apg-2.2.3.dfsg.1/install-sh:217:		dstfile=`basename $dst`
apg-2.2.3.dfsg.1/install-sh-218-	else
##############################################
apg-2.2.3.dfsg.1/mkinstalldirs-12-do
apg-2.2.3.dfsg.1/mkinstalldirs:13:   set fnord `echo ":$file" | sed -ne 's/^:\//#/;s/^://;s/\// /g;s/^#/\//;p'`
apg-2.2.3.dfsg.1/mkinstalldirs-14-   shift
##############################################
apg-2.2.3.dfsg.1/php/apgonline/index.php-288-  unset ($passwords, $outpasswords);
apg-2.2.3.dfsg.1/php/apgonline/index.php:289:  exec ($generator, $passwords);
apg-2.2.3.dfsg.1/php/apgonline/index.php-290-  $max_ii = count($passwords);
##############################################
apg-2.2.3.dfsg.1/debian/patches/Makefile-51- # Find group ID for user root
apg-2.2.3.dfsg.1/debian/patches/Makefile:52:-FIND_GROUP = `grep '^root:' /etc/passwd | awk -F: '{ print $$4 }'`
apg-2.2.3.dfsg.1/debian/patches/Makefile:53:+FIND_GROUP = `getent passwd root | awk -F: '{ print $$4 }'`
apg-2.2.3.dfsg.1/debian/patches/Makefile-54- 
##############################################
apg-2.2.3.dfsg.1/.pc/index.php_binary_path/php/apgonline/index.php-288-  unset ($passwords, $outpasswords);
apg-2.2.3.dfsg.1/.pc/index.php_binary_path/php/apgonline/index.php:289:  exec ($generator, $passwords);
apg-2.2.3.dfsg.1/.pc/index.php_binary_path/php/apgonline/index.php-290-  $max_ii = count($passwords);
##############################################
apg-2.2.3.dfsg.1/.pc/Makefile/Makefile-77-# Find group ID for user root
apg-2.2.3.dfsg.1/.pc/Makefile/Makefile:78:FIND_GROUP = `grep '^root:' /etc/passwd | awk -F: '{ print $$4 }'`
apg-2.2.3.dfsg.1/.pc/Makefile/Makefile-79-
##############################################
apg-2.2.3.dfsg.1/Makefile-77-# Find group ID for user root
apg-2.2.3.dfsg.1/Makefile:78:FIND_GROUP = `getent passwd root | awk -F: '{ print $$4 }'`
apg-2.2.3.dfsg.1/Makefile-79-