[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[SCM] GNU Libtool branch, master, updated. v2.2.8-6-g7a1821b
From: |
Gary V. Vaughan |
Subject: |
[SCM] GNU Libtool branch, master, updated. v2.2.8-6-g7a1821b |
Date: |
Fri, 04 Jun 2010 21:22:10 +0000 |
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Libtool".
The branch, master has been updated
via 7a1821bead2aa2fefaf3a31a26e2cbf6e4ecfc0f (commit)
from fd9aeebfe95b73aa7f1b5539806eee8b4b23f0c6 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 7a1821bead2aa2fefaf3a31a26e2cbf6e4ecfc0f
Author: Gary V. Vaughan <address@hidden>
Date: Sat Jun 5 04:22:01 2010 +0700
Quote command line arguments after --rcfile properly.
* libltdl/config/announce-gen.m4sh (--rcfile): Quote remaining
arguments shell variable expression correctly for eval.
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 4 ++++
libltdl/config/announce-gen.m4sh | 2 +-
2 files changed, 5 insertions(+), 1 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 7567527..09e6981 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2010-06-05 Gary V. Vaughan <address@hidden>
+ Quote command line arguments after --rcfile properly.
+ * libltdl/config/announce-gen.m4sh (--rcfile): Quote remaining
+ arguments shell variable expression correctly for eval.
+
Shift correctly in numbered option argument collection.
* libltdl/config/getopt.m4sh (_m4go_option): Argument list also
needs to be `shift'ed in the shell option loop after processing a
diff --git a/libltdl/config/announce-gen.m4sh b/libltdl/config/announce-gen.m4sh
index 6295039..2eb021c 100644
--- a/libltdl/config/announce-gen.m4sh
+++ b/libltdl/config/announce-gen.m4sh
@@ -122,7 +122,7 @@ M4SH_GETOPTS(
[p], [--post], [], [],
address@hidden,[--rcfile],
[$top_srcdir/.announcerc], [
# The funny quoting allows keeping one option per line in $opt_rcfile:
- eval set dummy `echo \`cat $opt_rcfile\` \${1+"\[$]@"}`
+ eval set dummy `echo \`cat $opt_rcfile\` '${1+"[$]@"}'`
shift],
[v], [--verbose], [], [
mailnotify_flags="${mailnotify_flags+$mailnotify_flags }$opt"],
hooks/post-receive
--
GNU Libtool
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [SCM] GNU Libtool branch, master, updated. v2.2.8-6-g7a1821b,
Gary V. Vaughan <=