diff options
author | dvs1 | 2024-11-04 15:24:31 +1000 |
---|---|---|
committer | dvs1 | 2024-11-04 15:24:31 +1000 |
commit | 4f93df8ae2a500c6ca9a3da575c5cc991054bbfe (patch) | |
tree | c5e0eb1be31b75be329582030f4566f27a5ad427 /PolygLua.lua | |
parent | The command might not be the first argument. (diff) | |
download | JackOnAllDevices-4f93df8ae2a500c6ca9a3da575c5cc991054bbfe.zip JackOnAllDevices-4f93df8ae2a500c6ca9a3da575c5cc991054bbfe.tar.gz JackOnAllDevices-4f93df8ae2a500c6ca9a3da575c5cc991054bbfe.tar.bz2 JackOnAllDevices-4f93df8ae2a500c6ca9a3da575c5cc991054bbfe.tar.xz |
No need for os.exit() in these places.
Diffstat (limited to '')
-rwxr-xr-x | PolygLua.lua | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/PolygLua.lua b/PolygLua.lua index 86dc8be..7fad2d3 100755 --- a/PolygLua.lua +++ b/PolygLua.lua | |||
@@ -346,7 +346,6 @@ if (arg[0] == './PolygLua.lua') or (arg[0] == 'PolygLua.lua') then | |||
346 | end | 346 | end |
347 | 347 | ||
348 | end | 348 | end |
349 | -- os.exit(0) | ||
350 | end | 349 | end |
351 | }, | 350 | }, |
352 | uninstall = | 351 | uninstall = |
@@ -370,7 +369,6 @@ if (arg[0] == './PolygLua.lua') or (arg[0] == 'PolygLua.lua') then | |||
370 | end | 369 | end |
371 | 370 | ||
372 | end | 371 | end |
373 | -- os.exit(0) | ||
374 | end | 372 | end |
375 | }, | 373 | }, |
376 | purge = | 374 | purge = |
@@ -394,7 +392,6 @@ if (arg[0] == './PolygLua.lua') or (arg[0] == 'PolygLua.lua') then | |||
394 | end | 392 | end |
395 | 393 | ||
396 | end | 394 | end |
397 | -- os.exit(0) | ||
398 | end | 395 | end |
399 | }, | 396 | }, |
400 | } | 397 | } |