From 7ce1898d1d795a20d3e437b9d8fc586eaf5bf9d4 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 1 Mar 2013 00:07:32 +0800 Subject: [PATCH] JsCompile.php --- JsCompile.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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`;
         
-- 
2.39.2