From 6039f60159ac821ba0ddf3fa19ce1337e1004f49 Mon Sep 17 00:00:00 2001 From: Albert Cheng Date: Thu, 25 Jan 2007 05:23:31 -0500 Subject: [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. --- bin/yodconfigure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v0.12