autoconf-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] GNU Autoconf source repository branch, master, updated. v2.61a-305


From: Ralf Wildenhues
Subject: [SCM] GNU Autoconf source repository branch, master, updated. v2.61a-305-g33df907
Date: Tue, 20 Nov 2007 21:19:54 +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 Autoconf source repository".

http://git.sv.gnu.org/gitweb/?p=autoconf.git;a=commitdiff;h=33df9071f5405af99992ad63e8628490920db9b7

The branch, master has been updated
       via  33df9071f5405af99992ad63e8628490920db9b7 (commit)
      from  4d8234a76c05608df78a73aca30c4454cbd7519d (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 33df9071f5405af99992ad63e8628490920db9b7
Author: Ralf Wildenhues <address@hidden>
Date:   Tue Nov 20 22:11:47 2007 +0100

    * lib/autotest/general.m4 (AT_INIT) <at_func_create_debugging_script>:
    Fix quoting.

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog               |    5 +++++
 lib/autotest/general.m4 |    2 +-
 2 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index aaee581..a689b15 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-11-20  Ralf Wildenhues  <address@hidden>
+
+       * lib/autotest/general.m4 (AT_INIT) <at_func_create_debugging_script>:
+       Fix quoting.
+
 2007-11-19  Ralf Wildenhues  <address@hidden>
 
        Fix IRIX testsuite debugging failures: $0 in functions.
diff --git a/lib/autotest/general.m4 b/lib/autotest/general.m4
index 08f6e63..8b6a34a 100644
--- a/lib/autotest/general.m4
+++ b/lib/autotest/general.m4
@@ -331,7 +331,7 @@ at_func_create_debugging_script ()
     echo 'test "${ZSH_VERSION+set}" = set dnl
 && alias -g '\''${1+"address@hidden"}'\''='\''"address@hidden"'\'''
     AS_ECHO(["cd '$at_dir'"])
-    AS_ECHO(["exec \${CONFIG_SHELL-$SHELL} $at_myself -v -d ]dnl
+    AS_ECHO(["exec \${CONFIG_SHELL-$SHELL} \"$at_myself\" -v -d ]dnl
 [$at_debug_args $at_group \${1+\"address@hidden"}"])
     echo 'exit 1'
   } >$at_group_dir/run


hooks/post-receive
--
GNU Autoconf source repository




reply via email to

[Prev in Thread] Current Thread [Next in Thread]