diff options
| author | Bruce Hill <bitbucket@bruce-hill.com> | 2018-07-23 15:46:14 -0700 |
|---|---|---|
| committer | Bruce Hill <bitbucket@bruce-hill.com> | 2018-07-23 15:46:14 -0700 |
| commit | 4c8a8a0fe1f1aa042f48b196aef38cfaa3ef3158 (patch) | |
| tree | 8836c7c93fb889c143258c3107b7309125f256e0 /compatibility/compatibility.nom | |
| parent | 765cc704d5e9d652dc606440203e8c6a0fd3361e (diff) | |
Fixed action using (..) instead of ":"
Diffstat (limited to 'compatibility/compatibility.nom')
| -rw-r--r-- | compatibility/compatibility.nom | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compatibility/compatibility.nom b/compatibility/compatibility.nom index a0a1b1b..6873e5e 100644 --- a/compatibility/compatibility.nom +++ b/compatibility/compatibility.nom @@ -84,7 +84,7 @@ parse [%tree upgraded to %end_version] as (..) parse [%tree upgraded] as (..) %tree upgraded from (%tree.version or (Nomsu version)) to (Nomsu version) -action [use %path from version %version] (..) +action [use %path from version %version]: for file %filename in %path: if (=lua "LOADED[\%filename]"): do next %filename %file = (read file %filename) |
