mirror of
https://github.com/zebrajr/tensorflow.git
synced 2025-12-07 12:20:24 +01:00
[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"
|
||||
done
|
||||
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
|
||||
if [ "$b" == "" ]; then
|
||||
PYTHON_LIB_PATH=${python_lib_path[0]}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user