The branch, master has been updated
       via  74ea79cb8fa42b1bc13ac2bd9450beb13ad1cd5e (commit)
      from  4d82f69f884c0c9105d7c1cc53a1235e26222fbc (commit)

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


- Log -----------------------------------------------------------------
commit 74ea79cb8fa42b1bc13ac2bd9450beb13ad1cd5e
Author: Volker Lendecke <[email protected]>
Date:   Thu Jan 1 13:28:38 2009 +0100

    The Tru64 shell doesn't like (*) in a case statement

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

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


Changeset truncated at 500 lines:

diff --git a/source3/autogen.sh b/source3/autogen.sh
index 61316a8..1a33eb2 100755
--- a/source3/autogen.sh
+++ b/source3/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

Reply via email to