[Bash] Remove unquoting quotes (#10506)
As proposed by static analysis tool: https://github.com/koalaman/shellcheck/wiki/SC2027
This commit is contained in:
parent
9a04938ff7
commit
284901b08f
2
configure
vendored
2
configure
vendored
@ -103,7 +103,7 @@ function setup_python {
|
|||||||
echo " $x"
|
echo " $x"
|
||||||
done
|
done
|
||||||
set -- "${python_lib_path[@]}"
|
set -- "${python_lib_path[@]}"
|
||||||
echo "Please input the desired Python library path to use. Default is ["$1"]"
|
echo "Please input the desired Python library path to use. Default is [$1]"
|
||||||
read b || true
|
read b || true
|
||||||
if [ "$b" == "" ]; then
|
if [ "$b" == "" ]; then
|
||||||
PYTHON_LIB_PATH=${python_lib_path[0]}
|
PYTHON_LIB_PATH=${python_lib_path[0]}
|
||||||
|
Loading…
Reference in New Issue
Block a user