wuwj update lammps.php

svn path=/trunk/boinc/; revision=25026
This commit is contained in:
Wenjing Wu 2012-01-11 07:57:59 +00:00
parent 10e3b689f6
commit f5c434fc49
1 changed files with 1 additions and 1 deletions

View File

@ -224,7 +224,7 @@ function submit_job($app, $batch_id, $info, $cmdline, $i) {
$cmd .= " ".basename($info->structure_file_path);
$cmd .= " ".basename($info->command_file_path);
$cmd .= " ".basename($info->pot_files_path);
echo "<br> $cmd\n";
echo "<br> $cmd\n";
$ret = system($cmd);
if ($ret === FALSE) {