Fix for upgrading from unknown tree.

This commit is contained in:
Bruce Hill 2018-07-20 20:18:14 -07:00
parent 8ab598f63d
commit 9af83191f2

View File

@ -16,7 +16,7 @@ for %path in %args:
if (%path is "-i"): %inplace = (yes)
for file %filename in %path:
%tree = (parse (read file %filename) from %filename)
%uptree = (%tree upgraded from %tree.version to (Nomsu version))
%uptree = (%tree upgraded)
%text = "#!/usr/bin/env nomsu -V\(Nomsu version)\n\(%uptree as nomsu)"
if:
%inplace: