[SCM] Samba Shared Repository - branch v4-0-test updated - release-4-0-0alpha2-1330-gb5eeaf9

Stefan Metzmacher metze at samba.org
Tue Mar 18 15:54:19 GMT 2008


The branch, v4-0-test has been updated
       via  b5eeaf9b27e0116e57825b664642d2b5cfd895f0 (commit)
      from  5757d8dfe9e6cf7b662acdf5c3d825f0021822c0 (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v4-0-test


- Log -----------------------------------------------------------------
commit b5eeaf9b27e0116e57825b664642d2b5cfd895f0
Author: Stefan Metzmacher <metze at samba.org>
Date:   Tue Mar 18 16:53:21 2008 +0100

    ldb: not every shell supports '==' so use '='
    
    metze

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

Summary of changes:
 source/lib/ldb/rules.mk |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source/lib/ldb/rules.mk b/source/lib/ldb/rules.mk
index 534ba01..ff5dc02 100644
--- a/source/lib/ldb/rules.mk
+++ b/source/lib/ldb/rules.mk
@@ -7,7 +7,7 @@ ctags:
 .SUFFIXES: _wrap.c .i
 
 .i_wrap.c:
-	[ "$(SWIG)" == "no" ] || $(SWIG) -O -Wall -python -keyword $<
+	[ "$(SWIG)" = "no" ] || $(SWIG) -O -Wall -python -keyword $<
 
 .SUFFIXES: .1 .1.xml .3 .3.xml .xml .html .c .o
 


-- 
Samba Shared Repository


More information about the samba-cvs mailing list