Skip to content

Commit

Permalink
Add quiet option to git clone
Browse files Browse the repository at this point in the history
Signed-off-by: Violeta Sebe <vsebe@ca.ibm.com>
  • Loading branch information
vsebe committed Jul 30, 2019
1 parent 91be204 commit 1d3e9c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion closed/get_j9_source.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1d3e9c5

Please sign in to comment.