From d341c2e9e047808eaa5dfe71bb3a9eb1b65e7079 Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Thu, 29 Apr 2004 23:22:35 +0000 Subject: [PATCH] Unbork prevention of the run.* script removal via OEDEBUG. --- bin/oe/build.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/oe/build.py b/bin/oe/build.py index a7f3f9c..a04e043 100644 --- a/bin/oe/build.py +++ b/bin/oe/build.py @@ -210,7 +210,7 @@ def exec_func_shell(func, d): os.close(ose[0]) if ret==0: - if not data.getVar("OEDEBUG"): + if not data.getVar("OEDEBUG", d): os.remove(runfile) # os.remove(logfile) return -- 2.7.4