Fix for upgrading from unknown tree.
This commit is contained in:
parent
8ab598f63d
commit
9af83191f2
@ -16,7 +16,7 @@ for %path in %args:
|
|||||||
if (%path is "-i"): %inplace = (yes)
|
if (%path is "-i"): %inplace = (yes)
|
||||||
for file %filename in %path:
|
for file %filename in %path:
|
||||||
%tree = (parse (read file %filename) from %filename)
|
%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)"
|
%text = "#!/usr/bin/env nomsu -V\(Nomsu version)\n\(%uptree as nomsu)"
|
||||||
if:
|
if:
|
||||||
%inplace:
|
%inplace:
|
||||||
|
Loading…
Reference in New Issue
Block a user