We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91be204 commit 24431b2Copy full SHA for 24431b2
closed/get_j9_source.sh
@@ -1,7 +1,7 @@
1
#!/bin/bash
2
3
# ===========================================================================
4
-# (c) Copyright IBM Corp. 2017, 2018 All Rights Reserved
+# (c) Copyright IBM Corp. 2017, 2019 All Rights Reserved
5
6
#
7
# This code is free software; you can redistribute it and/or modify it
@@ -130,7 +130,7 @@ for i in "${!git_urls[@]}" ; do
130
fi
131
cd - > /dev/null
132
else
133
- 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}"
134
commands[$i]=$git_clone_command
135
136
echo
0 commit comments