[banshee] [build] Unbreak autogen.sh for fresh checkouts



commit 6602bb11ce2a32868b9b211b2d91bdebe5e0d859
Author: Bertrand Lorentz <bertrand lorentz gmail com>
Date:   Tue Aug 24 19:31:36 2010 +0200

    [build] Unbreak autogen.sh for fresh checkouts

 autogen.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/autogen.sh b/autogen.sh
index 20e9804..e4eeef9 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -64,7 +64,7 @@ check_autotool_version $LIBTOOLIZE 1.4.3
 check_autotool_version intltoolize 0.35.0
 check_autotool_version pkg-config 0.14.0
 
-if ! git --help &>/dev/null; then
+if git --help &>/dev/null; then
 	git submodule update --init
 fi
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]