From 8447f895b453a9b624b50b6f457083b3096f74bc Mon Sep 17 00:00:00 2001 From: ruki Date: Sun, 16 Feb 2020 13:50:29 +0800 Subject: update get.sh --- scripts/get.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts') 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' -- cgit v1.3.1