Skip to content

Commit

Permalink
fix echo PYTHON_LIB_PATH variable
Browse files Browse the repository at this point in the history
  • Loading branch information
villasv committed Oct 24, 2016
1 parent ae36978 commit c639845
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/python/python_config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ function setup_python {
read b || true
if [ "$b" == "" ]; then
PYTHON_LIB_PATH="$(default_python_path "${python_lib_path[0]}")"
echo PYTHON_LIB_PATH
echo $PYTHON_LIB_PATH
else
PYTHON_LIB_PATH="$b"
fi
Expand Down

0 comments on commit c639845

Please sign in to comment.