summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2020-02-09 20:21:56 +0800
committerruki <[email protected]>2020-02-09 20:21:56 +0800
commit39a9872e29058754b8e7f8478f1e65dfbb318495 (patch)
tree7c0a0a925f257396a4af754f8738ba7e52a1eeb6
parentbd840ed2e992a87a4fef9f974a3474033add3652 (diff)
improve get.sh
-rwxr-xr-xscripts/get.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/get.sh b/scripts/get.sh
index 53ef2c33d..b9d9b07eb 100755
--- a/scripts/get.sh
+++ b/scripts/get.sh
@@ -95,7 +95,7 @@ fi
if [ "$1" = "__uninstall__" ]
then
# uninstall
- makefile=$(remote_get_content https://github.com/xmake-io/xmake/raw/master/makefile)
+ makefile=$(remote_get_content $gitrepo_raw/makefile)
while which xmake >/dev/null 2>&1
do
pre=$(which xmake | sed 's/\/bin\/xmake$//')