From: Alan Knowles Date: Fri, 22 Jul 2011 08:00:17 +0000 (+0800) Subject: JsCompile.php X-Git-Url: http://git.roojs.org/?a=commitdiff_plain;h=efbc95a72879a05eb5833765bbb546f18359445d;p=Pman.Core JsCompile.php --- diff --git a/JsCompile.php b/JsCompile.php index 3af77888..b3e44096 100644 --- a/JsCompile.php +++ b/JsCompile.php @@ -143,7 +143,7 @@ class Pman_Core_JsCompile extends Pman } $eoutput = escapeshellarg($output); $cmd = "$seed {$o['jspacker']}/pack.js -o $eoutput " . implode($ofiles, ' '); - echo "$cmd\n"; + echo "
"$cmd\n";
         echo `$cmd`;
         exit;