From 1c6f0d5195824bfca165b73740336e71213f4905 Mon Sep 17 00:00:00 2001 From: Gordon Hecker Date: Thu, 4 Mar 2010 17:58:10 +0100 Subject: [PATCH] do not sort the dependency list. This is not neccessary and this way the order is maintained when passing the dependency list to the build process --- local/e2tool.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/local/e2tool.lua b/local/e2tool.lua index c475cf0..02aea5d 100644 --- a/local/e2tool.lua +++ b/local/e2tool.lua @@ -1892,7 +1892,6 @@ function check_result(info, resultname) end end end - table.sort(res.depends) if type(res.chroot) == "nil" then e2lib.warnf("WDEFAULT", "in result %s:", resultname) e2lib.warnf("WDEFAULT", " chroot groups not configured. " .. -- 2.39.5