diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2018-11-11 18:34:20 -0800 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2018-11-11 18:34:31 -0800 |
| commit | c9db20040e4830744d4f04ccbc26c03486dda754 (patch) | |
| tree | 476e2c0979f6b2b67f5ebf7ff78c773f4483b75c /tools/upgrade.nom | |
| parent | 171e9d674e4ae85e303c90679ad47bceda3b3810 (diff) | |
Fixed compatibility thing with NomsuCode::from
Diffstat (limited to 'tools/upgrade.nom')
| -rwxr-xr-x | tools/upgrade.nom | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/upgrade.nom b/tools/upgrade.nom index 469a127..5f50f73 100755 --- a/tools/upgrade.nom +++ b/tools/upgrade.nom @@ -41,7 +41,7 @@ for %path in %args: for file %filename in %path: unless (%filename::matches "%.nom$"): do next %filename %file = (read file %filename) - %code = (%NomsuCode::from (%Source %filename 1 (size of %file)) %file) + %code = (NomsuCode from (%Source %filename 1 (size of %file)) %file) %tree = (%code parsed) %uptree = (..) %tree upgraded from (%start_version or (%tree.version or (Nomsu version))) to \ |
