diff options
author | Dana Robinson <derobins@hdfgroup.org> | 2016-02-11 19:37:14 (GMT) |
---|---|---|
committer | Dana Robinson <derobins@hdfgroup.org> | 2016-02-11 19:37:14 (GMT) |
commit | e7c12365431a3e5997835b401befd0dd6f589054 (patch) | |
tree | d7d72a366b4770a436aeba1631c85ffce74702c1 /config | |
parent | d12a99498608fc23f61ec89ad56e61256428c3e6 (diff) | |
download | hdf5-e7c12365431a3e5997835b401befd0dd6f589054.zip hdf5-e7c12365431a3e5997835b401befd0dd6f589054.tar.gz hdf5-e7c12365431a3e5997835b401befd0dd6f589054.tar.bz2 |
[svn-r29090] Changed "smart quotes" to ASCII ' and " in r28960 code.
Tested on: 64-bit Ubuntu 15.10 (Linux 4.2.0 x86_64) gcc 5.2.1
autotools parallel (MPICH 3.1.4)
CMake serial (CMake 3.3.2)
Diffstat (limited to 'config')
-rw-r--r-- | config/linux-gnulibc1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/linux-gnulibc1 b/config/linux-gnulibc1 index 46771dc..9128d78 100644 --- a/config/linux-gnulibc1 +++ b/config/linux-gnulibc1 @@ -183,7 +183,7 @@ case $FC in *mpif90*) fc_version_info=`$FC $FCFLAGS $H5_FCFLAGS -v 2>&1 | grep 'version' |\ sed 's/^[a-z0-9]* for //' |\ - sed ās/\ā/\\\ā/gā |\ + sed 's/\"/\\\"/g' |\ sed 's/^\([a-z]* \)/ built with \1/1'` fc_version_info=`echo $fc_version_info` ;; |