summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur She <arthur.she@linaro.org>2014-09-18 15:10:21 -0700
committerArthur She <arthur.she@linaro.org>2014-09-18 15:10:21 -0700
commitbb03e2444a545235d3e98255724258bed28e53d9 (patch)
tree52a59fb551a27994f9e818950eb067f820a1bf7a
parentfb053829d622c28e22225cc96cc79c73c1345727 (diff)
modified: kselftest-repo-update.shv1.0
-rwxr-xr-xkselftest-repo-update.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/kselftest-repo-update.sh b/kselftest-repo-update.sh
index 77f98f6..7b6df2a 100755
--- a/kselftest-repo-update.sh
+++ b/kselftest-repo-update.sh
@@ -68,7 +68,7 @@ do
remote_branch="`echo ${REMOTE_REPO[$i]}|cut -d ' ' -f2`"
dir_name=`echo ${KSELFTEST_BRANCH[$i]}|awk '{print $NF}'`
kworking_dir="${KSRC_DIR}/${dir_name}"
- echo -e "\nSync with repo: ${remote_repo}\n"
+ echo -e "\nSync with repo: \"${remote_repo}\" branch: \"${remote_branch}\" \n"
clone_repo ${remote_repo} ${remote_branch} ${kworking_dir}
[ $? -ne 0 ] && continue
pushd ${kworking_dir} > /dev/null