summaryrefslogtreecommitdiffstats
path: root/bin/yodconfigure
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2007-01-25 10:23:31 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2007-01-25 10:23:31 (GMT)
commit6039f60159ac821ba0ddf3fa19ce1337e1004f49 (patch)
treeee183268ecab741b0810a6850a117e32d7c6fad6 /bin/yodconfigure
parentdcd346df62e8c96404143516a27561f439330311 (diff)
downloadhdf5-6039f60159ac821ba0ddf3fa19ce1337e1004f49.zip
hdf5-6039f60159ac821ba0ddf3fa19ce1337e1004f49.tar.gz
hdf5-6039f60159ac821ba0ddf3fa19ce1337e1004f49.tar.bz2
[svn-r13196] Upgrade.
The execution method changed a little bit. It is not just (eval $ac_try ...) but as (eval "$ac_try") instead. Changed to use the new pattern. Platfrom tested: Red storm.
Diffstat (limited to 'bin/yodconfigure')
-rwxr-xr-xbin/yodconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/yodconfigure b/bin/yodconfigure
index 520c176..e449f62 100755
--- a/bin/yodconfigure
+++ b/bin/yodconfigure
@@ -52,7 +52,7 @@ else
fi
}
.
-g/eval $ac_try/s/eval/eval ACTRY/
+g/eval "$ac_try"/s/eval/eval ACTRY/
w
q
EOF