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 <[email protected]>
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

_______________________________________________
Gsasl-commit mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gsasl-commit

Reply via email to