2008-04-16 Wade Berrier <wberrier@novell.com>
authorWade Berrier <wade@mono-cvs.ximian.com>
Wed, 16 Apr 2008 21:06:56 +0000 (21:06 -0000)
committerWade Berrier <wade@mono-cvs.ximian.com>
Wed, 16 Apr 2008 21:06:56 +0000 (21:06 -0000)
       * scripts/mono-find-requires.in: Fix extraneous whitespace that
makes
       some reqs from .config be on the same line as the monodis reqs.

svn path=/trunk/mono/; revision=100949

ChangeLog
scripts/mono-find-requires.in

index 02df2b8cff33a01917366795bfc4c64db30fd199..a720498104dcb7a8812664d415db261cd0bd70f7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-04-16  Wade Berrier  <wberrier@novell.com>
+
+       * scripts/mono-find-requires.in: Fix extraneous whitespace that makes
+       some reqs from .config be on the same line as the monodis reqs.
+
 2008-04-16  Jb Evain  <jbevain@novell.com>
 
        * configure.in, data/Makefile.am: add a smcs.pc file,
index 5cacf48e58b7296ec48356a793e25d9f878c5e8b..fca4c1442eba283218c0a9e47abad5e30243db1e 100644 (file)
@@ -160,7 +160,8 @@ PROVIDES=$(
 # TODO: make this use the mono-find-provides script, to share code
 
 # Filter out dups from both lists
-REQUIRES=$(echo "$REQUIRES" "$config_REQUIRES"  | sort | uniq)
+REQUIRES=$(echo "$REQUIRES
+$config_REQUIRES"  | sort | uniq)
 PROVIDES=$(echo "$PROVIDES" | sort | uniq)
 
 #