fix
This commit is contained in:
@@ -26,6 +26,8 @@ function ReadParams {
|
||||
}
|
||||
}
|
||||
|
||||
$params_file = if ($args[0] -eq $null) { "params.txt" } else { $args[0] }
|
||||
|
||||
$copy = $args | where { $_ -eq "copy" }
|
||||
$run = $args | where { $_ -eq "run" }
|
||||
$file = $args | where { ($_ -ne "copy" -and $_ -ne "run") }
|
||||
|
||||
Reference in New Issue
Block a user