From 84b47f84df8ae5da53011619e86321d9274d7249 Mon Sep 17 00:00:00 2001 From: Luigi Date: Mon, 8 Jun 2020 16:26:15 +0200 Subject: [PATCH] update conda install scripts --- install_all_conda.sh | 2 +- install_thirdparty.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/install_all_conda.sh b/install_all_conda.sh index 7df072a6..c44202e6 100755 --- a/install_all_conda.sh +++ b/install_all_conda.sh @@ -17,7 +17,7 @@ set -e . pyenv-conda-create.sh # build and install thirdparty -./install_thirdparty.sh +. install_thirdparty.sh # N.B.: diff --git a/install_thirdparty.sh b/install_thirdparty.sh index 7e79e51c..8a9030c0 100755 --- a/install_thirdparty.sh +++ b/install_thirdparty.sh @@ -97,6 +97,6 @@ cd $STARTING_DIR print_blue "==================================================================" print_blue "Configuring and building thirdparty/orbslam2_features ..." cd thirdparty/orbslam2_features -./build.sh +. build.sh cd $STARTING_DIR