From: Wade Berrier Date: Wed, 16 Apr 2008 21:06:56 +0000 (-0000) Subject: 2008-04-16 Wade Berrier X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=commitdiff_plain;ds=sidebyside;h=838bdad98d6190b786ca1794e285f736eb1449f1;p=mono.git 2008-04-16 Wade Berrier * 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 --- diff --git a/ChangeLog b/ChangeLog index 02df2b8cff3..a720498104d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-04-16 Wade Berrier + + * 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 * configure.in, data/Makefile.am: add a smcs.pc file, diff --git a/scripts/mono-find-requires.in b/scripts/mono-find-requires.in index 5cacf48e58b..fca4c1442eb 100644 --- a/scripts/mono-find-requires.in +++ b/scripts/mono-find-requires.in @@ -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) #