aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rwxr-xr-xapt-panopticon.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/apt-panopticon.lua b/apt-panopticon.lua
index ee64c7c..39235c2 100755
--- a/apt-panopticon.lua
+++ b/apt-panopticon.lua
@@ -345,7 +345,7 @@ local execute = function (s)
345end 345end
346 346
347local fork = function(s) 347local fork = function(s)
348 D(" executing <code>" .. s .. "</code>") 348 D(" forking <pre><code>" .. s .. "</code></pre>")
349 os.execute(s .. " &") 349 os.execute(s .. " &")
350end 350end
351 351