===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
phast-1.5+dfsg/Makefile-13-	rm -r ${TMPDIR}/phast/doc ${TMPDIR}/phast/src/lib/rphast ${TMPDIR}/phast/test ${TMPDIR}/phast/binary_install.sh
phast-1.5+dfsg/Makefile:14:	VERSION=`cat ${TMPDIR}/phast/version | sed 's/\./_/g'` ;\
phast-1.5+dfsg/Makefile-15-	cd ${TMPDIR} ; tar cfz ${CWD}/phast.$$VERSION.tgz phast
##############################################
phast-1.5+dfsg/binary_install.sh-60-  yumfile=/etc/yum.repos.d/phast.repo
phast-1.5+dfsg/binary_install.sh:61:  mkdir -p `dirname $yumfile`
phast-1.5+dfsg/binary_install.sh-62-  echo "[phast]" > $yumfile
##############################################
phast-1.5+dfsg/src/munge-help.sh-18-
phast-1.5+dfsg/src/munge-help.sh:19:numchar=`mungehelp $1 | wc -c`
phast-1.5+dfsg/src/munge-help.sh-20-mungehelp $1 $numchar
##############################################
phast-1.5+dfsg/test/testPhast.pl-248-
phast-1.5+dfsg/test/testPhast.pl:249:    my $diffout = `diff -b --brief $file1 $file2`;
phast-1.5+dfsg/test/testPhast.pl-250-    print "\tchecking $fileRoot...";
##############################################
phast-1.5+dfsg/test/testPhast.pl-265-	print "\tgood.\n";
phast-1.5+dfsg/test/testPhast.pl:266:	system("rm -f $file1 $file2");
phast-1.5+dfsg/test/testPhast.pl-267-    }
##############################################
phast-1.5+dfsg/test/testPhast.pl-315-	    push(@compareFiles, $tempfile);
phast-1.5+dfsg/test/testPhast.pl:316:	    `rm -f $tempfile`;
phast-1.5+dfsg/test/testPhast.pl-317-	}
##############################################
phast-1.5+dfsg/test/testPhast.pl-327-	print "$line: $cmd\n";
phast-1.5+dfsg/test/testPhast.pl:328:	system("$bin1/$cmd 1>$tempPrefix.1.stdout 2>$tempPrefix.1.stderr");
phast-1.5+dfsg/test/testPhast.pl-329-	if ($timeFile) {
phast-1.5+dfsg/test/testPhast.pl:330:	    $timeStr1=`cat $tempTimeFile`;
phast-1.5+dfsg/test/testPhast.pl-331-	    chomp($timeStr1);
phast-1.5+dfsg/test/testPhast.pl-332-	}
phast-1.5+dfsg/test/testPhast.pl:333:	print `grep -iE "error|abort|fail|assertion" $tempPrefix.1.stderr`;
phast-1.5+dfsg/test/testPhast.pl-334-	foreach $file (@compareFiles) {
phast-1.5+dfsg/test/testPhast.pl:335:	    system("rm -f $tempPrefix.1.$file");
phast-1.5+dfsg/test/testPhast.pl:336:	    system("mv $file $tempPrefix.1.$file") if (-e $file);
phast-1.5+dfsg/test/testPhast.pl-337-	}
phast-1.5+dfsg/test/testPhast.pl-338-	if ($bin2) {
phast-1.5+dfsg/test/testPhast.pl:339:	    system("$bin2/$cmd >$tempPrefix.2.stdout 2>$tempPrefix.2.stderr");
phast-1.5+dfsg/test/testPhast.pl:340:            print `grep -iE "error|abort|fail|assertion" $tempPrefix.1.stderr`;
phast-1.5+dfsg/test/testPhast.pl-341-	    foreach $file (@compareFiles) {
phast-1.5+dfsg/test/testPhast.pl:342:		system("rm -f $tempPrefix.2.$file");
phast-1.5+dfsg/test/testPhast.pl:343:		system("mv $file $tempPrefix.2.$file") if (-e $file);
phast-1.5+dfsg/test/testPhast.pl-344-	    }
##############################################
phast-1.5+dfsg/test/testPhast.pl-346-	    if ($timeFile) {
phast-1.5+dfsg/test/testPhast.pl:347:		$timeStr2=`cat $tempTimeFile`;
phast-1.5+dfsg/test/testPhast.pl-348-		chomp($timeStr2);
##############################################
phast-1.5+dfsg/test/testPhast.pl-379-	    if (@compareFiles);
phast-1.5+dfsg/test/testPhast.pl:380:	system($cmd);
phast-1.5+dfsg/test/testPhast.pl-381-    }
##############################################
phast-1.5+dfsg/debian/help2man_wrapper-2-curdir=$(pwd)
phast-1.5+dfsg/debian/help2man_wrapper:3:cd `dirname $0`/..
phast-1.5+dfsg/debian/help2man_wrapper-4-PHAST_VERSION=$(dpkg-parsechangelog | awk '/^Version:/ {print $2}' | sed -e 's/^[0-9]*://' -e 's/-.*//' -e 's/+dfsg//')
##############################################
phast-1.5+dfsg/debian/help2man_wrapper-6-
phast-1.5+dfsg/debian/help2man_wrapper:7:desc=`$1 -h | grep -v '^[[:space:]]*$' | sed -e '/DESCRIPTION/{N;s/DESCRIPTION:[[:space:]]*\n[[:space:]]*/DESCRIPTION: /;}' | grep DESCRIPTION: | sed 's/DESCRIPTION: *//'`
phast-1.5+dfsg/debian/help2man_wrapper-8-