[prev in list] [next in list] [prev in thread] [next in thread] 

List:       bacula-commits
Subject:    [Bacula-commits] git: Bacula branch, master,
From:       "Eric Bollengier" <ricozz () users ! sourceforge ! net>
Date:       2009-09-29 18:43:18
Message-ID: E1MshfT-0005tB-Af () cj8yhf1 ! ch3 ! sourceforge ! com
[Download RAW message or body]

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 "Bacula".

The branch, master has been updated
       via  e732f1a132f3230783391843bacd02f8f1baf591 (commit)
      from  910989b918d5f4298439c502b1c3b1d2a1b7cd4b (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 e732f1a132f3230783391843bacd02f8f1baf591
Author: Marco van Wieringen <mvw@planets.elm.net>
Date:   Tue Sep 29 20:02:12 2009 +0200

    Change grep -e to egrep and use -c instead of using wc.
    
    Signed-off-by: Eric Bollengier <eric@eb.homelinux.org>

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

Summary of changes:
diff --git a/regress/tests/exclude-dir-test b/regress/tests/exclude-dir-test
index ee420e1..b60bb8b 100755
--- a/regress/tests/exclude-dir-test
+++ b/regress/tests/exclude-dir-test
@@ -79,7 +79,7 @@ fi
 
 # build/po is included 2 times with a different exclude file
 # we shouldn't see scripts and bin
-nb=`grep -e 'build/po/fr.po$' $tmp/log3.out | wc -l`
+nb=`egrep -c 'build/po/fr.po$' $tmp/log3.out`
 if [ $nb != 2 ]; then
     print_debug "ERROR: Should see fr.po two times"
     bstat=2


hooks/post-receive
-- 
Bacula

------------------------------------------------------------------------------
Come build with us! The BlackBerry&reg; Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9&#45;12, 2009. Register now&#33;
http://p.sf.net/sfu/devconf
_______________________________________________
Bacula-commits mailing list
Bacula-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-commits
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic