Skip to content

Commit 24431b2

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

closed/get_j9_source.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
# ===========================================================================
4-
# (c) Copyright IBM Corp. 2017, 2018 All Rights Reserved
4+
# (c) Copyright IBM Corp. 2017, 2019 All Rights Reserved
55
# ===========================================================================
66
#
77
# This code is free software; you can redistribute it and/or modify it
@@ -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)