[setupvars] Removed unnecessary double brackets (#8796)
they cause a problem on raspbianOS
This commit is contained in:
parent
533bab2b78
commit
31ae69ac2d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user