Skip to content

Commit 1d3e9c5

Browse files
committed
Add quiet option to git clone
Signed-off-by: Violeta Sebe <vsebe@ca.ibm.com>
1 parent 91be204 commit 1d3e9c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

closed/get_j9_source.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ for i in "${!git_urls[@]}" ; do
130130
fi
131131
cd - > /dev/null
132132
else
133-
git_clone_command="git clone --recursive -b ${branch} ${git_urls[$i]} ${i}"
133+
git_clone_command="git clone -q --recursive -b ${branch} ${git_urls[$i]} ${i}"
134134
commands[$i]=$git_clone_command
135135

136136
echo

0 commit comments

Comments
 (0)