diff options
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/xrepo.ps1 | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/scripts/xrepo.ps1 b/scripts/xrepo.ps1 index 620f67cc6..a821d8057 100644 --- a/scripts/xrepo.ps1 +++ b/scripts/xrepo.ps1 @@ -29,6 +29,5 @@ if ($Args.Count -eq 0) { } } - $OtherArgs = @(); - & $Env:XMAKE_EXE lua private.xrepo $Command @OtherArgs; + & $Env:XMAKE_EXE lua private.xrepo $Args; } |
