The branch, master has been updated
       via  e8c3da1... idl: get the logic of the prevous commit right
      from  10e0641... idl: fix Unix builds by replacing bashism

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit e8c3da1fc09c3b0a2213952ec96294b3b5d8d4c0
Author: Björn Jacke <[email protected]>
Date:   Fri May 7 13:45:00 2010 +0200

    idl: get the logic of the prevous commit right

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

Summary of changes:
 librpc/build_idl.sh         |    2 +-
 source3/script/build_idl.sh |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


Changeset truncated at 500 lines:

diff --git a/librpc/build_idl.sh b/librpc/build_idl.sh
index 4ef1e4b..c335557 100755
--- a/librpc/build_idl.sh
+++ b/librpc/build_idl.sh
@@ -38,7 +38,7 @@ for f in ${IDL_FILES}; do
                list="$list $f"
                break
            }
-           test "`find $f -newer $PIDL_OUTPUTDIR/$o`" = "" && {
+           test "`find $f -newer $PIDL_OUTPUTDIR/$o`" != "" && {
                list="$list $f"
                break
            }
diff --git a/source3/script/build_idl.sh b/source3/script/build_idl.sh
index 2a73755..8877913 100755
--- a/source3/script/build_idl.sh
+++ b/source3/script/build_idl.sh
@@ -25,7 +25,7 @@ for f in ${IDL_FILES}; do
                list="$list $f"
                break
            }
-           test "`find $f -newer $PIDL_OUTPUTDIR/$o`" = "" && {
+           test "`find $f -newer $PIDL_OUTPUTDIR/$o`" != "" && {
                list="$list $f"
                break
            }


-- 
Samba Shared Repository

Reply via email to