Signed-off-by: debianpepper <peppermintosteam@proton.me>
This commit is contained in:
debianpepper 2023-08-06 20:34:32 +09:00
parent c30ffe8694
commit bd8df28edd
1 changed files with 3 additions and 3 deletions

View File

@ -82,9 +82,9 @@ def execute_build_cmds():
for h in range(cmd_size):
x = cmd_list.popleft()
execute = x + '()'
y = execute
y
lbinit()
exec(execute)
def readybuild():