diff --git a/closed/get_j9_source.sh b/closed/get_j9_source.sh index 9f4c258f417..63cbe07fbc2 100644 --- a/closed/get_j9_source.sh +++ b/closed/get_j9_source.sh @@ -130,7 +130,7 @@ for i in "${!git_urls[@]}" ; do fi cd - > /dev/null else - git_clone_command="git clone --recursive -b ${branch} ${git_urls[$i]} ${i}" + git_clone_command="git clone -q --recursive -b ${branch} ${git_urls[$i]} ${i}" commands[$i]=$git_clone_command echo