diff options
author | Kolja Lampe <razzeee@gmail.com> | 2016-01-04 13:20:00 +0100 |
---|---|---|
committer | Kolja Lampe <razzeee@gmail.com> | 2016-02-02 00:11:49 +0100 |
commit | 23549d0ed6855181925f104f8fd29d01c9807e89 (patch) | |
tree | 6dcdb5e946e2f591699e24ebd86412adca237212 /lib/gtest/scripts/gtest-config.in | |
parent | 98c8ce0d6680b6050524b6aa3bf54aec1d51f800 (diff) |
Bump gtest to 1.7.0
Diffstat (limited to 'lib/gtest/scripts/gtest-config.in')
-rwxr-xr-x | lib/gtest/scripts/gtest-config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gtest/scripts/gtest-config.in b/lib/gtest/scripts/gtest-config.in index 9c7263854b..780f8432ef 100755 --- a/lib/gtest/scripts/gtest-config.in +++ b/lib/gtest/scripts/gtest-config.in @@ -209,7 +209,7 @@ if test "${this_bindir}" = "${this_bindir%${bindir}}"; then # The path to the script doesn't end in the bindir sequence from Autoconf, # assume that we are in a build tree. build_dir=`dirname ${this_bindir}` - src_dir=`cd ${this_bindir}/@top_srcdir@; pwd -P` + src_dir=`cd ${this_bindir}; cd @top_srcdir@; pwd -P` # TODO(chandlerc@google.com): This is a dangerous dependency on libtool, we # should work to remove it, and/or remove libtool altogether, replacing it |