diff options
author | ubq323 <ubq323@ubq323.website> | 2022-08-04 00:11:57 +0100 |
---|---|---|
committer | ubq323 <ubq323@ubq323.website> | 2022-08-04 00:11:57 +0100 |
commit | f63c137a8adfeacb3e2d727d168cfbfbe86c2919 (patch) | |
tree | 8681ae751fd985900d0c7211ed360fd04896ad1a | |
parent | cffe60f5cdd6fa4502398f95cdb376d1d7322179 (diff) |
pm
-rw-r--r-- | pm.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -28,7 +28,7 @@ local function manifest(pkgname) end else for line in res.readAll():gmatch"[^\n]+" do - local op,argstart = line:match "^(%w+)%s+()" + local op,argstart = line:match "^(%w+)%s*()" if op then local argstr = line:sub(argstart) local args = {} |