summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorruki <[email protected]>2020-02-16 13:50:29 +0800
committerruki <[email protected]>2020-02-16 13:50:29 +0800
commit8447f895b453a9b624b50b6f457083b3096f74bc (patch)
treefec3a2815464635bc31ca765d6dae6af13e561c1 /scripts
parent748e6e9e98421556131d8ab8a0e7c0a95183b991 (diff)
update get.sh
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/get.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/get.sh b/scripts/get.sh
index 424fe0cfd..4aca01913 100755
--- a/scripts/get.sh
+++ b/scripts/get.sh
@@ -172,6 +172,7 @@ elif [ 'x__run__' = "x$branch" ]; then
fi
sh $projectdir/xmake.run --noexec --target $projectdir
else
+ echo "cloning $gitrepo $branch .."
if [ x != "x$2" ]; then
git clone --depth=50 -b "$branch" "$gitrepo" --recurse-submodules $projectdir || my_exit "$(echo -e 'Clone Fail\nCheck your network or branch name')"
cd $projectdir || my_exit 'Chdir Error'