fix script
parent
2fbe45f2be
commit
f76d8c44a5
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue