Skip to content

Commit

Permalink
envsetup: use our own roomservice
Browse files Browse the repository at this point in the history
  • Loading branch information
Giovix92 committed Apr 19, 2021
1 parent 727741a commit e3880c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions envsetup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -634,13 +634,13 @@ function lunch()
# if we can't find the product, try to grab it from our github
T=$(gettop)
pushd $T > /dev/null
vendor/omni/build/tools/roomservice.py $product
vendor/shrp/build/tools/roomservice.py $product
popd > /dev/null
check_product $product
else
T=$(gettop)
pushd $T > /dev/null
vendor/omni/build/tools/roomservice.py $product true
vendor/shrp/build/tools/roomservice.py $product true
popd > /dev/null
fi
if [ $? -ne 0 ]
Expand Down

0 comments on commit e3880c4

Please sign in to comment.