Skip to content

Commit

Permalink
Minor
Browse files Browse the repository at this point in the history
  • Loading branch information
ylogx committed Feb 1, 2014
1 parent 239dd62 commit 08d3255
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions universal.pl
Original file line number Diff line number Diff line change
Expand Up @@ -349,10 +349,10 @@ sub main {
}
my $filename= $filesplits[0]; #$ARGV[1](0,-5);
print " + + + + + + JAVA: Compiling $filename .java file + + + + + \n";
print "Performing `javac $ARGV[0]`";
print "Performing `javac $ARGV[0]`\n";
my $result = doSystemCommand("javac $ARGV[0]"," ");
if ( $result == 0 ) {
print "\n + + + + + + `java $filename` OUTPUT follows: ";
print "\n + + + + + + `java $filename` OUTPUT follows: \n";
$result = doSystemCommand("java $filename"," ");
}
$compiled = !$result;
Expand Down

0 comments on commit 08d3255

Please sign in to comment.