diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2007-01-25 10:23:31 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2007-01-25 10:23:31 (GMT) |
commit | 6039f60159ac821ba0ddf3fa19ce1337e1004f49 (patch) | |
tree | ee183268ecab741b0810a6850a117e32d7c6fad6 /bin/yodconfigure | |
parent | dcd346df62e8c96404143516a27561f439330311 (diff) | |
download | hdf5-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-x | bin/yodconfigure | 2 |
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 |