gsasl-commit
[Top][All Lists]
Advanced

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

[SCM] GNU gsasl branch, master, updated. gsasl-1-5-4-3-gabe825c


From: Simon Josefsson
Subject: [SCM] GNU gsasl branch, master, updated. gsasl-1-5-4-3-gabe825c
Date: Sun, 14 Nov 2010 16:38:19 +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 gsasl".

http://git.savannah.gnu.org/cgit/gsasl.git/commit/?id=abe825ca9574647796a532497ea441e6a393bba4

The branch, master has been updated
       via  abe825ca9574647796a532497ea441e6a393bba4 (commit)
      from  be91893ba4f8ccb5f9a463c02b88560283718da6 (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 abe825ca9574647796a532497ea441e6a393bba4
Author: Simon Josefsson <address@hidden>
Date:   Sun Nov 14 17:38:37 2010 +0100

    Fix bashism.

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

Summary of changes:
 cfg.mk |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/cfg.mk b/cfg.mk
index b7cc282..e1d87c4 100644
--- a/cfg.mk
+++ b/cfg.mk
@@ -47,8 +47,9 @@ update-po:
        for f in `ls lib/po/*.po po/*.po | grep -v quot.po`; do \
                cp $$f $$f.in; \
        done
-       git add {lib/,}po/*.po.in
-       git commit -m "Sync with TP." {lib/,}po/LINGUAS {lib/,}po/*.po.in
+       git add po/*.po.in lib/po/*.po.in
+       git commit -m "Sync with TP." \
+               po/LINGUAS po/*.po.in lib/po/LINGUAS lib/po/*.po.in
 
 bootstrap: autoreconf
        ./configure $(CFGFLAGS)


hooks/post-receive
-- 
GNU gsasl



reply via email to

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