From: Alan Knowles Date: Thu, 18 Aug 2011 04:08:42 +0000 (+0800) Subject: JsCompile.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=ea90d628d69914b390467852df98cd6c6f17485a JsCompile.php --- diff --git a/JsCompile.php b/JsCompile.php index b381aea8..89b9ea94 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 $toutput " . implode($ofiles, ' ') . ' 2>&1'; //echo "
$cmd\n";
         //echo `$cmd`;