diff options
| author | ruki <[email protected]> | 2020-02-16 13:50:29 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2020-02-16 13:50:29 +0800 |
| commit | 8447f895b453a9b624b50b6f457083b3096f74bc (patch) | |
| tree | fec3a2815464635bc31ca765d6dae6af13e561c1 /scripts | |
| parent | 748e6e9e98421556131d8ab8a0e7c0a95183b991 (diff) | |
update get.sh
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/get.sh | 1 |
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' |
