fix script

pull/1960/head
RunningLeon 2023-04-03 17:09:04 +08:00
parent 2fbe45f2be
commit f76d8c44a5
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ cp -r $test_pkg $work_dir
pushd $work_dir
# opencv
if [[ ! -d $OpenCV_DIR ]]; then
if [ ! -d "$OpenCV_DIR" ]; then
./install_opencv.sh
fi