We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ed566e commit 24160dfCopy full SHA for 24160df
arch/UNZIP.LUA
@@ -132,8 +132,6 @@ if arg[-1] then
132
os.exit(1)
133
end
134
unzip(arg[1])
135
-else
136
- -- The script was loaded by an interactive intepreter (most likely to swap disks).
137
- if not pcall(require, "INFLATE") then print("No inflate support") end
138
- print("Insert disk with zipfile and type unzip('zipfile') to begin...")
139
+
+-- If arg[-1] == nil then the script was loaded by an interactive intepreter (most likely to swap disks).
0 commit comments