From: Alan Knowles Date: Thu, 18 Aug 2011 08:55:01 +0000 (+0800) Subject: JsCompile.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=71a8c466dbf49f27d3d543e39e044870baf6d9f4 JsCompile.php --- diff --git a/JsCompile.php b/JsCompile.php index 31bb666d..aefae6bb 100644 --- a/JsCompile.php +++ b/JsCompile.php @@ -266,7 +266,7 @@ class Pman_Core_JsCompile extends Pman - $cmd = "$seed {$o['jspacker']}/pack.js $eoutput $toutput " . implode($ofiles, ' ') . ' 2>&1'; + $cmd = "$seed {$o['jspacker']}/pack.js -C $eoutput $toutput " . implode($ofiles, ' ') . ' 2>&1'; //echo "
$cmd\n";
         //echo `$cmd`;