summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorxq114 <[email protected]>2021-05-01 11:42:59 +0800
committerxq114 <[email protected]>2021-05-01 11:42:59 +0800
commitda9df20cfb4e99275c0da8ea08a5a94608cb54cd (patch)
tree538e290d69391b43ccc00bea871f3bc07a2cd76a /scripts
parent95dab82b718588521c0f12b92964049f37c9cfc9 (diff)
improve xrepo args passing
Diffstat (limited to 'scripts')
-rw-r--r--scripts/xrepo.ps13
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;
}