From f5c434fc49a3d3055ee5e68213ebdc62918f775c Mon Sep 17 00:00:00 2001 From: Wenjing Wu Date: Wed, 11 Jan 2012 07:57:59 +0000 Subject: [PATCH] wuwj update lammps.php svn path=/trunk/boinc/; revision=25026 --- html/user/lammps.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/user/lammps.php b/html/user/lammps.php index 414f5b09d8..6fe9df5a71 100644 --- a/html/user/lammps.php +++ b/html/user/lammps.php @@ -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 "
$cmd\n"; + echo "
$cmd\n"; $ret = system($cmd); if ($ret === FALSE) {