mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-19 08:30:25 +02:00
Compliance with string changes
This commit is contained in:
parent
5d46641e39
commit
c003557bef
2 changed files with 2 additions and 4 deletions
|
@ -31,7 +31,7 @@ namespace BeefBuild
|
|||
|
||||
//TestZip2();
|
||||
String commandLine = scope String();
|
||||
commandLine.Join(" ", params args);
|
||||
commandLine.Join(" ", args);
|
||||
|
||||
BuildApp mApp = new BuildApp();
|
||||
mApp.ParseCommandLine(commandLine);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue