Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWade Berrier <wade@mono-cvs.ximian.com>2008-04-17 01:06:56 +0400
committerWade Berrier <wade@mono-cvs.ximian.com>2008-04-17 01:06:56 +0400
commit838bdad98d6190b786ca1794e285f736eb1449f1 (patch)
treec0ec58b887c7efb048af0b8eba5e1f692ce57ee3 /scripts
parenta65cdb8dca6775746127941a22cf67e7ab0fef0e (diff)
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. svn path=/trunk/mono/; revision=100949
Diffstat (limited to 'scripts')
-rw-r--r--scripts/mono-find-requires.in3
1 files changed, 2 insertions, 1 deletions
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)
#