mirror of
https://github.com/OpenSolo/OpenSolo.git
synced 2025-05-03 07:54:29 +02:00
simplify
This commit is contained in:
parent
5c78128fea
commit
0e24fe2e19
@ -14,12 +14,6 @@ GIT_REPO=3dr-arm-yocto-bsp
|
|||||||
GIT_BRANCH=master
|
GIT_BRANCH=master
|
||||||
BUILD_MACHINE=both
|
BUILD_MACHINE=both
|
||||||
|
|
||||||
# Check if the build directory is there. If not, setup steps were skipped or messed up.
|
|
||||||
if [ ! -d "/solo-build-alt" ]; then
|
|
||||||
echo "No build directory. Did you skip all the other steps?"
|
|
||||||
exit 1
|
|
||||||
fi
|
|
||||||
|
|
||||||
|
|
||||||
# Check command line options for git account, repo, and branch.
|
# Check command line options for git account, repo, and branch.
|
||||||
while getopts a:r:b:m: option
|
while getopts a:r:b:m: option
|
||||||
@ -47,7 +41,6 @@ case "$choice" in
|
|||||||
esac
|
esac
|
||||||
echo
|
echo
|
||||||
|
|
||||||
cd /solo-build-alt
|
|
||||||
#Do it.
|
#Do it.
|
||||||
/vagrant/alt_sync.sh
|
/vagrant/alt_sync.sh
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user