[SCM] Samba Shared Repository - branch master updated - edb7ac69cf739f4f266870adec4a7e51787d9ca8

Jelmer Vernooij jelmer at samba.org
Sat Nov 1 15:23:10 GMT 2008


The branch, master has been updated
       via  edb7ac69cf739f4f266870adec4a7e51787d9ca8 (commit)
      from  2d42c4cadecb02085588902cb17f795a4cd6d03c (commit)

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


- Log -----------------------------------------------------------------
commit edb7ac69cf739f4f266870adec4a7e51787d9ca8
Author: Jelmer Vernooij <jelmer at samba.org>
Date:   Sat Nov 1 16:22:35 2008 +0100

    Fix header installation.

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

Summary of changes:
 source4/script/installheader.pl |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source4/script/installheader.pl b/source4/script/installheader.pl
index a962306..5be3434 100755
--- a/source4/script/installheader.pl
+++ b/source4/script/installheader.pl
@@ -64,7 +64,7 @@ sub install_header($$)
 
 		if (/^#include \"(.*)\"/) {
 			print OUT "#include <" . rewrite_include("$src:$lineno", $1) . ">\n";
-		} else if (/^#if _SAMBA_BUILD_ == 4/) {
+		} elsif (/^#if _SAMBA_BUILD_ == 4/) {
 			print OUT "#if 1\n";
 		} else {
 			print OUT $_;


-- 
Samba Shared Repository


More information about the samba-cvs mailing list