diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2017-09-01 16:48:58 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2017-09-01 16:48:58 +0000 |
commit | 549761b03ff128fc2472715c57d4afb6ddb6bea4 (patch) | |
tree | 36764d1f17b74b6b7179a2eae0c9a5cec73a00c5 /bootstrap/vagrant-onap | |
parent | a8a9e9466caaddf1d4d58cb0d6167f01a0486c49 (diff) | |
parent | 43906e6063a8296517051236eb14fc9a9ddcb26c (diff) |
Merge "Fix SDC compile option"
Diffstat (limited to 'bootstrap/vagrant-onap')
-rw-r--r-- | bootstrap/vagrant-onap/lib/sdc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap/vagrant-onap/lib/sdc b/bootstrap/vagrant-onap/lib/sdc index 1c872fa48..275f64485 100644 --- a/bootstrap/vagrant-onap/lib/sdc +++ b/bootstrap/vagrant-onap/lib/sdc @@ -56,7 +56,7 @@ function clone_all_sdc_repos { # compile_all_sdc_repos() - Function that compiles SDC source repo. function compile_all_sdc_repos { - clone_repo sdc $sdc_src_folder + compile_src sdc $sdc_src_folder for dirc in ${sdc_repos[@]}; do compile_src $sdc_src_folder/$dirc |