Skip to content

Commit

Permalink
java testing
Browse files Browse the repository at this point in the history
  • Loading branch information
davglass committed Dec 16, 2008
1 parent a10fdfb commit eeddc72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.php
Expand Up @@ -19,7 +19,7 @@


if ($tempName) {
$cmd = $java.' -jar '.escapeshellarg($rhino).' '.escapeshellarg($jslint).' '.$fulljslint.' '.escapeshellarg($tempName);
$cmd = $java.' -jar '.escapeshellarg($rhino).' '.escapeshellarg($fulljslint).' '.$jslint.' '.escapeshellarg($tempName);
echo($cmd);
$out = exec($cmd, $data);

Expand Down

0 comments on commit eeddc72

Please sign in to comment.