===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
slashtime-0.5.13/.pc/01_launcher_script.patch/configure-200-
slashtime-0.5.13/.pc/01_launcher_script.patch/configure:201:	`$program $args Hello.java >/dev/null 2>&1`;
slashtime-0.5.13/.pc/01_launcher_script.patch/configure-202-	if ($? != 0) {
##############################################
slashtime-0.5.13/.pc/01_launcher_script.patch/configure-238-
slashtime-0.5.13/.pc/01_launcher_script.patch/configure:239:	`$program cf Hello.jar $args Hello.class >/dev/null 2>&1`;
slashtime-0.5.13/.pc/01_launcher_script.patch/configure-240-	if (($? != 0) || (! -f "Hello.jar")) {
##############################################
slashtime-0.5.13/.pc/01_launcher_script.patch/configure-305-
slashtime-0.5.13/.pc/01_launcher_script.patch/configure:306:	my $output = `$program -version 2>&1 | grep 'version "'`;
slashtime-0.5.13/.pc/01_launcher_script.patch/configure-307-	$output =~ s/.*version \"(.*)\".*/$1/g;
##############################################
slashtime-0.5.13/.pc/01_launcher_script.patch/configure-327-
slashtime-0.5.13/.pc/01_launcher_script.patch/configure:328:	$output = `$program $args Hello 2>/dev/null`;
slashtime-0.5.13/.pc/01_launcher_script.patch/configure-329-	chomp $output;
##############################################
slashtime-0.5.13/.pc/slashtime-java9.patch/configure-200-
slashtime-0.5.13/.pc/slashtime-java9.patch/configure:201:	`$program $args Hello.java >/dev/null 2>&1`;
slashtime-0.5.13/.pc/slashtime-java9.patch/configure-202-	if ($? != 0) {
##############################################
slashtime-0.5.13/.pc/slashtime-java9.patch/configure-238-
slashtime-0.5.13/.pc/slashtime-java9.patch/configure:239:	`$program cf Hello.jar $args Hello.class >/dev/null 2>&1`;
slashtime-0.5.13/.pc/slashtime-java9.patch/configure-240-	if (($? != 0) || (! -f "Hello.jar")) {
##############################################
slashtime-0.5.13/.pc/slashtime-java9.patch/configure-305-
slashtime-0.5.13/.pc/slashtime-java9.patch/configure:306:	my $output = `$program -version 2>&1 | grep 'version "'`;
slashtime-0.5.13/.pc/slashtime-java9.patch/configure-307-	$output =~ s/.*version \"(.*)\".*/$1/g;
##############################################
slashtime-0.5.13/.pc/slashtime-java9.patch/configure-327-
slashtime-0.5.13/.pc/slashtime-java9.patch/configure:328:	$output = `$program $args Hello 2>/dev/null`;
slashtime-0.5.13/.pc/slashtime-java9.patch/configure-329-	chomp $output;
##############################################
slashtime-0.5.13/configure-200-
slashtime-0.5.13/configure:201:	`$program $args Hello.java >/dev/null 2>&1`;
slashtime-0.5.13/configure-202-	if ($? != 0) {
##############################################
slashtime-0.5.13/configure-238-
slashtime-0.5.13/configure:239:	`$program cf Hello.jar $args Hello.class >/dev/null 2>&1`;
slashtime-0.5.13/configure-240-	if (($? != 0) || (! -f "Hello.jar")) {
##############################################
slashtime-0.5.13/configure-305-
slashtime-0.5.13/configure:306:	my $output = `$program -version 2>&1 | grep 'version "'`;
slashtime-0.5.13/configure-307-	$output =~ s/.*version \"(.*)\".*/$1/g;
##############################################
slashtime-0.5.13/configure-330-
slashtime-0.5.13/configure:331:	$output = `$program $args Hello 2>/dev/null`;
slashtime-0.5.13/configure-332-	chomp $output;