diff options
| author | Hisham Muhammad <hisham@gobolinux.org> | 2018-03-30 15:18:17 -0300 |
|---|---|---|
| committer | Hisham Muhammad <hisham@gobolinux.org> | 2018-03-30 19:52:17 -0300 |
| commit | 657d3f16a49bdea0cb61c26ec819c98d06f2b480 (patch) | |
| tree | 7ef660a9e429dd7a41c263521119353e13c12cd8 /src | |
| parent | 4ba86ca6233840f1d3672afc9540d62313ad235c (diff) | |
| download | luarocks-657d3f16a49bdea0cb61c26ec819c98d06f2b480.tar.gz luarocks-657d3f16a49bdea0cb61c26ec819c98d06f2b480.tar.bz2 luarocks-657d3f16a49bdea0cb61c26ec819c98d06f2b480.zip | |
write_rockspec: cleanup source.identifier
Diffstat (limited to 'src')
| -rw-r--r-- | src/luarocks/cmd/write_rockspec.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/luarocks/cmd/write_rockspec.lua b/src/luarocks/cmd/write_rockspec.lua index edb4de3d..dc6eaab1 100644 --- a/src/luarocks/cmd/write_rockspec.lua +++ b/src/luarocks/cmd/write_rockspec.lua | |||
| @@ -220,6 +220,7 @@ end | |||
| 220 | local function rockspec_cleanup(rockspec) | 220 | local function rockspec_cleanup(rockspec) |
| 221 | rockspec.source.file = nil | 221 | rockspec.source.file = nil |
| 222 | rockspec.source.protocol = nil | 222 | rockspec.source.protocol = nil |
| 223 | rockspec.source.identifier = nil | ||
| 223 | rockspec.variables = nil | 224 | rockspec.variables = nil |
| 224 | rockspec.name = nil | 225 | rockspec.name = nil |
| 225 | rockspec.format_is_at_least = nil | 226 | rockspec.format_is_at_least = nil |
