repo: ngircd
action: commit
revision: 
path_from: 
revision_from: af77ce70b66f14889706a9ce104bcdeae86ad0f9:
path_to: 
revision_to: 
git.thebackupbox.net
ngircd
git clone git://git.thebackupbox.net/ngircd
commit af77ce70b66f14889706a9ce104bcdeae86ad0f9
Author: Alexander Barton 
Date:   Mon Mar 15 18:59:12 2004 +0000

    Added missing "return 0" ... oops.

diff --git a/autogen.sh b/autogen.sh
index 5e55ee1b1c689e9b052f6c5a97c092c7fca8d5db..
index ..fcc419499a04516a6db7fa85e34554d63e41033e 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -9,7 +9,7 @@
 # (at your option) any later version.
 # Please read the file COPYING, README and AUTHORS for more information.
 #
-# $Id: autogen.sh,v 1.8 2004/03/11 22:21:20 alex Exp $
+# $Id: autogen.sh,v 1.9 2004/03/15 18:59:12 alex Exp $
 #

 Search()
@@ -35,6 +35,7 @@ Search()
 		type "${name}-${major}.${minor}" >/dev/null 2>&1
 		if [ $? -eq 0 ]; then
 			echo "${name}-${major}.${minor}" >/dev/null 2>&1
+			return 0
 		fi
 		minor=`expr $minor - 1`
 	done

-----END OF PAGE-----