From: Alan Knowles Date: Thu, 18 Aug 2011 04:07:55 +0000 (+0800) Subject: JsCompile.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=e3986124f78432a57870e77937d2f3dbe2359107 JsCompile.php --- diff --git a/JsCompile.php b/JsCompile.php index 7b4328e8..b381aea8 100644 --- a/JsCompile.php +++ b/JsCompile.php @@ -258,7 +258,7 @@ class Pman_Core_JsCompile extends Pman $eoutput = escapeshellarg($output); $toutput = escapeshellarg(preg_replace('/\.js$/', '.__translation__.js', $output)); - $cmd = "$seed {$o['jspacker']}/pack.js -o $eoutput -t $output" . implode($ofiles, ' ') . ' 2>&1'; + $cmd = "$seed {$o['jspacker']}/pack.js -o $eoutput -t $output " . implode($ofiles, ' ') . ' 2>&1'; //echo "
$cmd\n";
         //echo `$cmd`;