diff options
Diffstat (limited to '')
-rwxr-xr-x | apt-panopticon.lua | 2 |
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) | |||
345 | end | 345 | end |
346 | 346 | ||
347 | local fork = function(s) | 347 | local 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 .. " &") |
350 | end | 350 | end |
351 | 351 | ||