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 M4 source repository".
http://git.sv.gnu.org/gitweb/?p=m4.git;a=commitdiff;h=ab54efc2668f2ba28d1921ff65afe2352d485a6c The branch, branch-1.6 has been updated via ab54efc2668f2ba28d1921ff65afe2352d485a6c (commit) from bbd9bbb874b1633b854c3405dfdee4fc552d6dc7 (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 ab54efc2668f2ba28d1921ff65afe2352d485a6c Author: Eric Blake <[EMAIL PROTECTED]> Date: Tue Sep 16 05:51:41 2008 -0600 Fix bootstrap for Solaris /bin/sh. * bootstrap: Avoid shell quoting pitfall. Signed-off-by: Eric Blake <[EMAIL PROTECTED]> (cherry picked from commit ce29ff7a556f2ddd44263caa1123346f7af2d80a) ----------------------------------------------------------------------- Summary of changes: ChangeLog | 5 +++++ bootstrap | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index b499ded..c4e9052 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-09-16 Eric Blake <[EMAIL PROTECTED]> + + Fix bootstrap for Solaris /bin/sh. + * bootstrap: Avoid shell quoting pitfall. + 2008-08-31 Ralf Wildenhues <[EMAIL PROTECTED]> Typos in source code comments. diff --git a/bootstrap b/bootstrap index e85efe8..3b7b926 100755 --- a/bootstrap +++ b/bootstrap @@ -1,6 +1,6 @@ #! /bin/sh -# bootstrap (GNU M4) version 2008-08-15 +# bootstrap (GNU M4) version 2008-09-16 # Written by Gary V. Vaughan <[EMAIL PROTECTED]> # Copyright (C) 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. @@ -39,7 +39,7 @@ : ${AUTORECONF=autoreconf} : ${GNULIB_TOOL=gnulib-tool} -: ${RM=rm -f} +: ${RM='rm -f'} : ${SED=sed} # Ensure file names are sorted consistently across platforms. hooks/post-receive -- GNU M4 source repository
