This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
[gccgo] trivial typo
- From: Ralf Wildenhues <Ralf dot Wildenhues at gmx dot de>
- To: Ian Lance Taylor <iant at google dot com>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Sat, 13 Nov 2010 07:27:13 +0100
- Subject: [gccgo] trivial typo
I'm not sure how the policy is for obvious changes to branches,
so, OK to fix this quoting error to avoid the following issue?
config.status: executing default-1 commands
../../gccgo/zlib/../config-ml.in: line 858: unexpected EOF while looking for matching `''
../../gccgo/zlib/../config-ml.in: line 891: syntax error: unexpected end of file
../../gccgo/zlib/../config-ml.in: line 891: warning: syntax errors in . or eval will cause future versions of the shell to abort as Posix requires
By the way, config-ml.in should be synced with Automake, so at the point
when the gccgo branch is merged to trunk it would be good to have a
patch for automake/lib/config-ml.in. I can take care of this if you
prefer.
Thanks,
Ralf
2010-11-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
* config-ml.in: Fix quoting.
diff --git a/config-ml.in b/config-ml.in
index 3ebc5e1..55ff407 100644
--- a/config-ml.in
+++ b/config-ml.in
@@ -759,7 +759,7 @@ if [ -n "${multidirs}" ] && [ -z "${ml_norecursion}" ]; then
F77_=$F77' '
GCJ_=$GCJ' '
GFORTRAN_=$GFORTRAN' '
- GOC_=$GOC '
+ GOC_=$GOC' '
else
# Create a regular expression that matches any string as long
# as ML_POPDIR.