[setupvars] Removed unnecessary double brackets (#8796)

they cause a problem on raspbianOS
This commit is contained in:
Tatyana Raguzova 2021-11-26 13:42:13 +03:00 committed by GitHub
parent 533bab2b78
commit 31ae69ac2d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,7 +8,7 @@ INSTALLDIR="${SCRIPT_DIR}"
export INTEL_OPENVINO_DIR="$INSTALLDIR"
# parse command line options
while [[ $# -gt 0 ]]
while [ $# -gt 0 ]
do
key="$1"
case $key in