2008-04-16 Wade Berrier <wberrier@novell.com>
[mono.git] / scripts / mono-find-requires.in
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)
 
 #