From: Julian Knowles Date: Fri, 2 Aug 2013 05:36:13 +0000 (+0800) Subject: JsCompile.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=87c9f5f2e34842cdc762b271574ae53430905f44 JsCompile.php --- diff --git a/JsCompile.php b/JsCompile.php index 6e50f8db..9cbc7dcb 100644 --- a/JsCompile.php +++ b/JsCompile.php @@ -269,7 +269,7 @@ class Pman_Core_JsCompile extends Pman $lsort = create_function('$a,$b','return strlen($a) > strlen($b) ? 1 : -1;'); usort($ofiles, $lsort); - $eoutput = " -o " . escapeshellarg($output) ; + $eoutput = " -k -o " . escapeshellarg($output) ; if ( $translation_base) {