now builds too!

This commit is contained in:
Norayr Chilingarian 2022-01-19 04:58:57 +04:00
parent c5c999f596
commit e38cb20d2c
2 changed files with 3 additions and 5 deletions

View file

@ -14,7 +14,6 @@ BEGIN
Strings.Append(" pull ", cmd);
Strings.Append(url, cmd);
i := Platform.System(cmd);
Out.Int(i, 0);
END pull;
PROCEDURE syncTree*(url: ARRAY OF CHAR);