From 46d2c286045f4d2616d348cbaaea7fd52fadfe8b Mon Sep 17 00:00:00 2001 From: "A. Unique TensorFlower" Date: Mon, 2 Jan 2017 22:19:48 -0800 Subject: Merge changes from github. Change: 143412147 --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index c2401252dd..ee1967f937 100755 --- a/configure +++ b/configure @@ -4,7 +4,7 @@ set -e set -o pipefail # Find out the absolute path to where ./configure resides -pushd `dirname $0` #> /dev/null +pushd `dirname $0` > /dev/null SOURCE_BASE_DIR=`pwd -P` popd > /dev/null -- cgit v1.2.3