mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-20 00:08:58 -04:00
Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Alexandru Campeanu <tiotags1@gmail.com>
13 lines
311 B
Diff
13 lines
311 B
Diff
diff --git a/workdir/main.lua b/workdir/main.lua
|
|
index 4d516c6..08dd597 100644
|
|
--- a/workdir/main.lua
|
|
+++ b/workdir/main.lua
|
|
@@ -2,6 +2,7 @@
|
|
|
|
--redirect_log (logdir.."debug.log")
|
|
--redirect_log (NULL, "ffffffff")
|
|
+redirect_log (logdir.."debug.log")
|
|
|
|
function printf (...)
|
|
io.write (string.format (...))
|