gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] [SCM] Gnash branch, master, updated. release_0_8_9_start-


From: Rob Savoye
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. release_0_8_9_start-50-gfe891e1
Date: Sun, 13 Feb 2011 16:41:59 +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 "Gnash".

The branch, master has been updated
       via  fe891e16e9d249b3da4e23c0cc90aa4be056f5af (commit)
      from  7eb76b3b477a56e00d59174d44a73c7cf3abc065 (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 -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit//commit/?id=fe891e16e9d249b3da4e23c0cc90aa4be056f5af


commit fe891e16e9d249b3da4e23c0cc90aa4be056f5af
Author: Rob Savoye <address@hidden>
Date:   Sun Feb 13 09:28:10 2011 -0700

    Drop one space when testing docbook2teci to determine if it's a shell 
script or the perl version

diff --git a/macros/docbook.m4 b/macros/docbook.m4
index 72937f5..e757b91 100644
--- a/macros/docbook.m4
+++ b/macros/docbook.m4
@@ -133,7 +133,7 @@ dnl         
[$PATH:/usr/bin:/usr/bin/X11:/usr/local/X11/bin])
     for i in $scripts; do dnl## {
       AC_PATH_PROG(DB2X_TEXI, $i, [], 
[$PATH:/usr/bin:/usr/bin/X11:/usr/local/X11/bin])
       if test x$DB2X_TEXI != x; then
-        type="`file $DB2X_TEXI  | grep -ic " perl " 2>&1`"
+        type="`file $DB2X_TEXI  | grep -ic "perl " 2>&1`"
         if test $type -gt 0; then
           break
         else
@@ -159,7 +159,7 @@ dnl         
[$PATH:/usr/bin:/usr/bin/X11:/usr/local/X11/bin])
     for i in $scripts; do
       AC_PATH_PROG(DB2X_MAN, $i, [], 
[$PATH:/usr/bin:/usr/bin/X11:/usr/local/X11/bin])
       if test x$DB2X_MAN != x; then 
-        type="`file $DB2X_MAN  | grep -ic " perl " 2>&1`"
+        type="`file $DB2X_MAN  | grep -ic "perl " 2>&1`"
         if test $type -gt 0; then
           break
         else

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

Summary of changes:
 macros/docbook.m4 |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
Gnash



reply via email to

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