From: Alan Knowles Date: Thu, 28 Feb 2013 16:07:32 +0000 (+0800) Subject: JsCompile.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=7ce1898d1d795a20d3e437b9d8fc586eaf5bf9d4 JsCompile.php --- diff --git a/JsCompile.php b/JsCompile.php index 80a62e1c..195330d2 100644 --- a/JsCompile.php +++ b/JsCompile.php @@ -211,8 +211,7 @@ class Pman_Core_JsCompile extends Pman $eoutput = escapeshellarg($output); $cmd = $seed ? ("$seed {$o['cssminify']} $eoutput " . implode($ofiles, ' ')) : - ("$gjs {$o['cssminify']} $eoutput " . implode($ofiles, ' ')) : - ; + ("$gjs {$o['cssminify']} $eoutput " . implode($ofiles, ' ')); //echo "
$cmd\n"; echo `$cmd`; exit;
         `$cmd`;