build_oran.sh: avoid using -C option for git 55/1355/1
authorJackie Huang <jackie.huang@windriver.com>
Tue, 5 Nov 2019 07:39:00 +0000 (15:39 +0800)
committerJackie Huang <jackie.huang@windriver.com>
Tue, 5 Nov 2019 07:39:00 +0000 (15:39 +0800)
commit1135be275d1c0aa22134b082e222c8d0bf5f1f5f
tree59a423f508f482be1e9ce6e9edb3edc9246ef417
parentfd3b4e0a840316652bf962a79e7d17c0c4d2d4b2
build_oran.sh: avoid using -C option for git

git version 1.x desn't support -C option, so avoid using
this option to ensure the script can be run with git 1.x

Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Change-Id: I2528418e5adbf6c4e7542106172a6f3b7a3ba8f4
scripts/build_oran.sh