Fix the tensorflow && tensorflow_serving breakage on bazel ci:
http://ci.bazel.io/job/TensorFlow/BAZEL_VERSION=HEAD,PLATFORM_NAME=linux-x86_64/365/console
Change: 130097501
diff --git a/util/python/python_config.sh b/util/python/python_config.sh
index dc55da3..6eb8a39 100755
--- a/util/python/python_config.sh
+++ b/util/python/python_config.sh
@@ -118,7 +118,7 @@
   done
   set -- $python_lib_path
   echo "Please input the desired Python library path to use.  Default is ["$1"]"
-  read b
+  read b || true
   if [ "$b" == "" ]; then
    python_lib="$(default_python_path $python_lib_path)"
    echo $python_lib