===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
makepatch-2.03/script/makepatch-624-    trace ("+ $cmd\n");
makepatch-2.03/script/makepatch:625:    my $ret = system ("$cmd 1>&2");
makepatch-2.03/script/makepatch-626-    if ( $ret || ($? & 127) ) {
##############################################
makepatch-2.03/script/makepatch-678-
makepatch-2.03/script/makepatch:679:    my $result = system ("$cmd > $tmpfile");
makepatch-2.03/script/makepatch-680-    debug  (sprintf ("+> result = 0x%x\n", $result)) if $result;
##############################################
makepatch-2.03/script/makepatch-695-	$cmd =~ s/\003P/$newfn/eg;
makepatch-2.03/script/makepatch:696:	print $patch (`$cmd`);
makepatch-2.03/script/makepatch-697-    }
##############################################
makepatch-2.03/script/makepatch-808-	$cmd =~ s/\003P/$newfn/eg;
makepatch-2.03/script/makepatch:809:	print $patch (`$cmd`);
makepatch-2.03/script/makepatch-810-    }