diff options
| author | Bruce Hill <bitbucket@bruce-hill.com> | 2018-08-30 14:16:09 -0700 |
|---|---|---|
| committer | Bruce Hill <bitbucket@bruce-hill.com> | 2018-08-30 14:16:18 -0700 |
| commit | 18126da9c538046a93715d829722c818773b9ac1 (patch) | |
| tree | 3a88e43636b85534ded21abd9f9f106b8ffbc037 /compatibility/compatibility.nom | |
| parent | ba00294badff9d5f5d55e1080a17b13fea961f55 (diff) | |
Auto-upgraded to 3.7
Diffstat (limited to 'compatibility/compatibility.nom')
| -rw-r--r-- | compatibility/compatibility.nom | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/compatibility/compatibility.nom b/compatibility/compatibility.nom index f9f006c..b775172 100644 --- a/compatibility/compatibility.nom +++ b/compatibility/compatibility.nom @@ -1,4 +1,4 @@ -#!/usr/bin/env nomsu -V3.7 +#!/usr/bin/env nomsu -V3.7.5.6 # This file contains code for defining ways to upgrade code between different versions of Nomsu. @@ -45,11 +45,11 @@ compile [upgrade action %actions to %version as %body] to: if ((type of %k) == "number"): %args::add (make tree %v) ..else: - %args::add "\%k=\(make tree %v)" + %args::add "\(%k)=\(make tree %v)" + return "\(%t.type){\(%args joined with ", ")}" - else: - return (quote %t) + else: return (quote %t) unless ("\%lua" == ""): %lua::append "\n" %retval = (make tree %body) |
