From 87c9f5f2e34842cdc762b271574ae53430905f44 Mon Sep 17 00:00:00 2001 From: Julian Knowles Date: Fri, 2 Aug 2013 13:36:13 +0800 Subject: [PATCH] JsCompile.php --- JsCompile.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- 2.39.2