summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorOpportunityLiu <[email protected]>2019-06-06 19:20:56 +0800
committerOpportunityLiu <[email protected]>2019-06-06 19:20:56 +0800
commit625ee243f954265baf280c4130ac96e331bd3e96 (patch)
treee1b173813c06b2eafe6f56c5049f77f49dada95a /scripts
parentd67139ef9cb3743e3146dd965586b3110e64b002 (diff)
fix
Diffstat (limited to 'scripts')
-rw-r--r--scripts/get.ps14
1 files changed, 0 insertions, 4 deletions
diff --git a/scripts/get.ps1 b/scripts/get.ps1
index 769585ebd..8bce62861 100644
--- a/scripts/get.ps1
+++ b/scripts/get.ps1
@@ -8,10 +8,6 @@ param (
[string]$installdir = $(Join-Path $(if($env:HOME) { $env:HOME } else { "C:\" }) 'xmake')
)
-echo $branch
-echo $version
-echo $installdir
-
function myExit($code) {
if ($code -is [int] -and $code -ne 0) {
throw $Error[0]