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

Stefan Metzmacher metze at samba.org
Fri Jan 9 07:55:25 GMT 2009


The branch, master has been updated
       via  fff711fddbd62fde6e170a3e2e635d41c63a844a (commit)
      from  aeb798c325cc33072ad090a1f8610bba4fdebaaa (commit)

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


- Log -----------------------------------------------------------------
commit fff711fddbd62fde6e170a3e2e635d41c63a844a
Author: Björn Jacke <bj at sernet.de>
Date:   Thu Jan 8 19:14:48 2009 +0100

    fix syntax error in case statement
    
    Signed-off-by: Stefan Metzmacher <metze at samba.org>

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

Summary of changes:
 source4/autogen.sh |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source4/autogen.sh b/source4/autogen.sh
index 9984712..8b97023 100755
--- a/source4/autogen.sh
+++ b/source4/autogen.sh
@@ -4,11 +4,11 @@
 
 while true; do
     case $1 in
-	(--version-file)
+	--version-file)
 	    VERSION_FILE=$2
 	    shift 2
 	    ;;
-	(*)
+	*)
 	    break
 	    ;;
     esac


-- 
Samba Shared Repository


More information about the samba-cvs mailing list