From e22c35681f90740b4f5006c30b3f154ebd1f8ea2 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Fri, 14 Sep 2018 19:17:09 -0700 Subject: Auto-upgraded everything. --- tools/upgrade.nom | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'tools/upgrade.nom') diff --git a/tools/upgrade.nom b/tools/upgrade.nom index d85465e..cd3fbbb 100755 --- a/tools/upgrade.nom +++ b/tools/upgrade.nom @@ -1,4 +1,4 @@ -#!/usr/bin/env nomsu -V3.8.7.6 +#!/usr/bin/env nomsu -V4.8.8.6 # Tool to automatically update code from old versions of Nomsu. Usage: nomsu tools/upgrade.nom [-i] file1 file2 directory1 ... @@ -24,9 +24,9 @@ for %path in %args: unless (%filename::matches "%.nom$"): do next %filename %tree = (parse (read file %filename) from %filename) %uptree = (%tree upgraded) - %text = ".." - #!/usr/bin/env nomsu -V\(Nomsu version) - \(%uptree as nomsu) + %text = "\ + ..#!/usr/bin/env nomsu -V\(Nomsu version) + \(%uptree as nomsu)" if: %inplace: -- cgit v1.2.3